diff options
author | tobez <tobez@FreeBSD.org> | 2005-10-27 16:57:10 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-10-27 16:57:10 +0800 |
commit | ae7b4ac49ade5df48e2c7968c0549f3f5b8e9964 (patch) | |
tree | b4794730202b165738bb8f270f550f05ed1e333b /print/p5-PDFLib | |
parent | bec36aec4e9ac3ee2c5e74e78f25aba08b892a14 (diff) | |
download | freebsd-ports-gnome-ae7b4ac49ade5df48e2c7968c0549f3f5b8e9964.tar.gz freebsd-ports-gnome-ae7b4ac49ade5df48e2c7968c0549f3f5b8e9964.tar.zst freebsd-ports-gnome-ae7b4ac49ade5df48e2c7968c0549f3f5b8e9964.zip |
Update to 0.14. Assign mainatiner to perl@. Require perl from ports.
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 |