diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-10-27 08:57:10 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-10-27 08:57:10 +0000 |
commit | 517478e006bd1bb1f38aaf909efb03bfc1f28508 (patch) | |
tree | 096992c1cf39e9e763ad4a1b1391516e5430c274 /print/p5-PDFLib | |
parent | f0de72936caa23beb50c6af75ae85692480bfc52 (diff) |
Update to 0.14. Assign mainatiner to perl@. Require perl from ports.
Notes
Notes:
svn path=/head/; revision=146464
Diffstat (limited to 'print/p5-PDFLib')
-rw-r--r-- | print/p5-PDFLib/Makefile | 13 | ||||
-rw-r--r-- | print/p5-PDFLib/distinfo | 4 |
2 files changed, 11 insertions, 6 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> diff --git a/print/p5-PDFLib/distinfo b/print/p5-PDFLib/distinfo index 61dfc367cd48..838ad476f64f 100644 --- a/print/p5-PDFLib/distinfo +++ b/print/p5-PDFLib/distinfo @@ -1,2 +1,2 @@ -MD5 (PDFLib-0.12.tar.gz) = 49ba9d136cc83210d37e7f4763b064cc -SIZE (PDFLib-0.12.tar.gz) = 26909 +MD5 (PDFLib-0.14.tar.gz) = e22be28ee9a06c790484fdadf0558c82 +SIZE (PDFLib-0.14.tar.gz) = 27294 |