aboutsummaryrefslogtreecommitdiff
path: root/print/p5-PDFLib/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-10-27 08:57:10 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-10-27 08:57:10 +0000
commit517478e006bd1bb1f38aaf909efb03bfc1f28508 (patch)
tree096992c1cf39e9e763ad4a1b1391516e5430c274 /print/p5-PDFLib/Makefile
parentf0de72936caa23beb50c6af75ae85692480bfc52 (diff)
downloadports-517478e006bd1bb1f38aaf909efb03bfc1f28508.tar.gz
ports-517478e006bd1bb1f38aaf909efb03bfc1f28508.zip
Notes
Diffstat (limited to 'print/p5-PDFLib/Makefile')
-rw-r--r--print/p5-PDFLib/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/print/p5-PDFLib/Makefile b/print/p5-PDFLib/Makefile
index f6c7f9ea0065..40561a3d47e4 100644
--- a/print/p5-PDFLib/Makefile
+++ b/print/p5-PDFLib/Makefile
@@ -7,14 +7,13 @@
#
PORTNAME= PDFLib
-PORTVERSION= 0.12
-PORTREVISION= 1
+PORTVERSION= 0.14
CATEGORIES= print perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSERGEANT
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= More OO interface to pdflib_pl.pm
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib-perl
@@ -27,4 +26,10 @@ NO_BUILD= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= PDFLib.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>