diff options
Diffstat (limited to 'devel/p5-pip/Makefile')
-rw-r--r-- | devel/p5-pip/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/p5-pip/Makefile b/devel/p5-pip/Makefile index 8765205430a5..2eb8d4fe3f39 100644 --- a/devel/p5-pip/Makefile +++ b/devel/p5-pip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pip -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMK @@ -15,10 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= cm@therek.net COMMENT= Perl Installation Program -BUILD_DEPENDS= p5-CPAN-Inject>=0.07:${PORTSDIR}/devel/p5-CPAN-Inject \ +BUILD_DEPENDS= p5-Archive-Zip>=1.29:${PORTSDIR}/archivers/p5-Archive-Zip \ + p5-CPAN-Inject>=0.07:${PORTSDIR}/devel/p5-CPAN-Inject \ p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which \ p5-File-pushd>=0.32:${PORTSDIR}/devel/p5-File-pushd \ - p5-Params-Util>=0.21:${PORTSDIR}/devel/p5-Params-Util \ + p5-PAR-Dist>=0.25:${PORTSDIR}/devel/p5-PAR-Dist \ + p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} @@ -29,4 +31,7 @@ MAN3= Module::Plan::Base.3 \ Module::Plan::Lite.3 \ pip.3 +post-configure: + @${REINPLACE_CMD} 's|(INST_SCRIPT)/pip|(INST_SCRIPT)/pip-perl|' ${WRKSRC}/Makefile + .include <bsd.port.mk> |