43d39f16cb
Sponsored by: Orange Business Services
16 lines
300 B
Makefile
16 lines
300 B
Makefile
# Created by: petef@databits.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PDF-Create
|
|
PORTVERSION= 1.08
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= A perl script to convert text files to PDF files
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|