summaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Create/Makefile
diff options
context:
space:
mode:
authorwen <wen>2015-10-04 09:35:50 +0000
committerwen <wen>2015-10-04 09:35:50 +0000
commit41561d81d2d8f72f14e97c855135341bad9e5c02 (patch)
tree16416e1af04b21968c1a67bbe29ebb27d37683aa /textproc/p5-PDF-Create/Makefile
parent6526d64295a0d8d67bc2a5a056d74b2f939a2567 (diff)
downloadpkgsrc-41561d81d2d8f72f14e97c855135341bad9e5c02.tar.gz
Update to 1.11
Add missing DEPENDS Upstream changes: 1.11 2015.10.02 Test cleanups. (Mohammad S Anwar) Input validation. (Mohammad S Anwar)
Diffstat (limited to 'textproc/p5-PDF-Create/Makefile')
-rw-r--r--textproc/p5-PDF-Create/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile
index 5b0e70fa8a1..616288931e7 100644
--- a/textproc/p5-PDF-Create/Makefile
+++ b/textproc/p5-PDF-Create/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2015/06/12 10:51:25 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2015/10/04 09:35:50 wen Exp $
#
-DISTNAME= PDF-Create-1.10
+DISTNAME= PDF-Create-1.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}
@@ -14,6 +13,8 @@ LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/PDF/Create/.packlist
+BUILD_DEPENDS= p5-Test-LeakTrace>=0.14:../../devel/p5-Test-LeakTrace
+
REPLACE_PERL= sample.pl sample-cgi.pl
.include "../../lang/perl5/module.mk"