diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-01 06:20:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-01 06:20:04 +0800 |
commit | 09c69a0aeb15cd8f15a8b131d70a25aeff79f349 (patch) | |
tree | c2ee3bf5412a7c451d06cdb7edae8b2b93df598b /textproc/p5-PDF-API2/Makefile | |
parent | 4d0b418f1aca42725aac04ddc1d339087d6ae1cf (diff) | |
download | freebsd-ports-gnome-09c69a0aeb15cd8f15a8b131d70a25aeff79f349.tar.gz freebsd-ports-gnome-09c69a0aeb15cd8f15a8b131d70a25aeff79f349.tar.zst freebsd-ports-gnome-09c69a0aeb15cd8f15a8b131d70a25aeff79f349.zip |
fix textproc/p5-PDF-API2 for perl < 5.6
- remove warnings.pm to fix runtime on perl < 5.6
- bump PORTREVISION
PR: ports/44785
Submitted by: Erwin Lansing <erwin@lansing.dk> (maintainer)
Diffstat (limited to 'textproc/p5-PDF-API2/Makefile')
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index c3e6264d225a..4ee8fb1f745f 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -8,6 +8,7 @@ PORTNAME= PDF-API2 PORTVERSION= 0.2.3.8 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text |