forked from Lainports/opnsense-ports
17 lines
314 B
Makefile
17 lines
314 B
Makefile
# Created by: petef@databits.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PDF-Create
|
|
PORTVERSION= 1.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= Perl script to convert text files to PDF files
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|