diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-10-19 18:20:46 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-10-19 18:20:46 +0000 |
commit | fad61c0f48ca0e1ceb105696844124a1fcb4a911 (patch) | |
tree | d0611a472687dc4099c587319a3fd87d2b8faab3 /devel/p5-Package-DeprecationManager/Makefile | |
parent | 6045f43d6b09a2f59f9b95b277f6cc4cf71c7723 (diff) |
Notes
Diffstat (limited to 'devel/p5-Package-DeprecationManager/Makefile')
-rw-r--r-- | devel/p5-Package-DeprecationManager/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/p5-Package-DeprecationManager/Makefile b/devel/p5-Package-DeprecationManager/Makefile index 8683ac44c07d..784f32914935 100644 --- a/devel/p5-Package-DeprecationManager/Makefile +++ b/devel/p5-Package-DeprecationManager/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Package-DeprecationManager -PORTVERSION= 0.04 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,11 @@ MAINTAINER= frederic@culot.org COMMENT= Manage deprecation warnings for your distribution BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ - p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install + p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ - p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install + p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils LICENSE= ART20 @@ -25,4 +27,7 @@ PERL_CONFIGURE= yes MAN3= Package::DeprecationManager.3 +post-extract: + @${PERL} -i -ne "print unless /'BUILD_REQUIRES'/../},/" ${WRKSRC}/Makefile.PL + .include <bsd.port.mk> |