diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2007-08-21 08:20:58 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2007-08-21 08:20:58 +0000 |
commit | 9022c709ccd8f0c2f844a904505021f2f7c975f9 (patch) | |
tree | 3c4497d81100d350120fa988ab2595232aa75d25 /devel/p5-Clone | |
parent | 2e9a176e07c267a8db8dfa7cc2804883bd928272 (diff) | |
download | ports-9022c709ccd8f0c2f844a904505021f2f7c975f9.tar.gz ports-9022c709ccd8f0c2f844a904505021f2f7c975f9.zip |
Notes
Diffstat (limited to 'devel/p5-Clone')
-rw-r--r-- | devel/p5-Clone/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Clone/distinfo | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/devel/p5-Clone/Makefile b/devel/p5-Clone/Makefile index 31b3f8455652..37f9b3348fa5 100644 --- a/devel/p5-Clone/Makefile +++ b/devel/p5-Clone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Clone -PORTVERSION= 0.23 +PORTVERSION= 0.27 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Clone @@ -22,4 +22,11 @@ MAN3= Clone.3 post-patch: ${PERL} -pi -e 'm.OPTIMIZE.&&s,.,,sg' ${WRKSRC}/Makefile.PL -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +RUN_DEPENDS+= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS+= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Clone/distinfo b/devel/p5-Clone/distinfo index 7ac93f7b4232..978a1ca9f9b3 100644 --- a/devel/p5-Clone/distinfo +++ b/devel/p5-Clone/distinfo @@ -1,3 +1,3 @@ -MD5 (Clone-0.23.tar.gz) = 25a3637a240fb4ddc93e95d65c0dcf4d -SHA256 (Clone-0.23.tar.gz) = f5f2d1ee7082c539dded2f7725e1b99e2c18daedbebd390c2eed379adb409d20 -SIZE (Clone-0.23.tar.gz) = 10632 +MD5 (Clone-0.27.tar.gz) = 8f4ec3080272434f417d5e67a42163fc +SHA256 (Clone-0.27.tar.gz) = fcc605fa2540ebe4b7d60dd5234712e3ff590f9def129737371f41e405f911af +SIZE (Clone-0.27.tar.gz) = 11120 |