diff options
author | leeym <leeym@FreeBSD.org> | 2007-09-14 05:11:05 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2007-09-14 05:11:05 +0800 |
commit | 75702c103324032bcea04235e99f3bdf13283b4b (patch) | |
tree | 1f232fab93eb5c45154d7ae604d3c7e852d9fe6d /archivers/p5-IO-Zlib/Makefile | |
parent | a87593b99a467aa9e6f8eff669606dbe429ff178 (diff) | |
download | freebsd-ports-gnome-75702c103324032bcea04235e99f3bdf13283b4b.tar.gz freebsd-ports-gnome-75702c103324032bcea04235e99f3bdf13283b4b.tar.zst freebsd-ports-gnome-75702c103324032bcea04235e99f3bdf13283b4b.zip |
- Update to 1.07
PR: 115663
Submitted by: leeym
Approved by: maintainer timeout
Diffstat (limited to 'archivers/p5-IO-Zlib/Makefile')
-rw-r--r-- | archivers/p5-IO-Zlib/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/archivers/p5-IO-Zlib/Makefile b/archivers/p5-IO-Zlib/Makefile index fa3b81a90416..a766c1b0a3a6 100644 --- a/archivers/p5-IO-Zlib/Makefile +++ b/archivers/p5-IO-Zlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IO-Zlib -PORTVERSION= 1.05 +PORTVERSION= 1.07 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TOMHUGHES @@ -15,10 +15,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= IO:: style interface to Compress::Zlib -BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib PERL_CONFIGURE= yes MAN3= IO::Zlib.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500702 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> |