27d4e4cbc6
Changes: http://search.cpan.org/dist/App-perlbrew/Changes PR: ports/161238 Submitted by: sunpoet (myself) Approved by: ports@c0decafe.net (maintainer)
39 lines
1 KiB
Makefile
39 lines
1 KiB
Makefile
# New ports collection makefile for: p5-perlbrew
|
|
# Date created: 2010-10-20
|
|
# Whom: ports@c0decafe.net <ports@c0decafe.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= perlbrew
|
|
PORTVERSION= 0.29
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:GUGOD
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= App-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
|
COMMENT= Perl Environment manager
|
|
|
|
BUILD_DEPENDS= p5-File-Path-Tiny>=0:${PORTSDIR}/devel/p5-File-Path-Tiny
|
|
RUN_DEPENDS= p5-File-Path-Tiny>=0:${PORTSDIR}/devel/p5-File-Path-Tiny
|
|
|
|
TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \
|
|
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
|
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
|
|
p5-Test-Spec>=0:${PORTSDIR}/devel/p5-Test-Spec
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= perlbrew.1
|
|
MAN3= App::perlbrew.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|