freebsd-ports/devel/p5-pip/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

37 lines
1,012 B
Makefile

# New ports collection makefile for: p5-pip
# Date created: September 21st 2009
# Whom: Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#
PORTNAME= pip
PORTVERSION= 1.18
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ADAMK
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Perl Installation Program
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-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}
PERL_CONFIGURE= YES
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>