7df65ea78e
- Add missing RUN_DEPENDS - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/PDF-Create
26 lines
532 B
Makefile
26 lines
532 B
Makefile
# Created by: petef@databits.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PDF-Create
|
|
PORTVERSION= 1.46
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl script to convert text files to PDF files
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install \
|
|
${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-File-Share>=0.25:devel/p5-File-Share \
|
|
p5-JSON>=0:converters/p5-JSON
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|