diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2016-05-23 09:31:28 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2016-05-23 09:31:28 +0000 |
commit | a0653d30e4dd1c11435093b65a5ff839be1d55b0 (patch) | |
tree | 1f345a11f5f3f17e94ef67796f7ef0b89082840e /textproc/p5-PDF-Create/Makefile | |
parent | a8b9343b650b52300eff2bdb283b8c19ee170485 (diff) |
Notes
Diffstat (limited to 'textproc/p5-PDF-Create/Makefile')
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index ddcedc5a1148..ac0fdfd2dbc2 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PDF-Create -PORTVERSION= 1.29 +PORTVERSION= 1.31 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,8 @@ COMMENT= Perl script to convert text files to PDF files LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-File-ShareDir-Install>=0.10:devel/p5-File-ShareDir-Install + USES= perl5 USE_PERL5= configure |