- Use real PORTVERSION - Use CONFLICTS_INSTALL instead of CONFLICTS - Update CONFLICTS_INSTALL - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Simple/Changes
44 lines
1.3 KiB
Makefile
44 lines
1.3 KiB
Makefile
# Created by: ports@c0decafe.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= App-perlbrew
|
|
PORTVERSION= 0.75
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:GUGOD
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl Environment manager
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-CPAN-Perl-Releases>=1.94:devel/p5-CPAN-Perl-Releases \
|
|
p5-Capture-Tiny>=0.25:devel/p5-Capture-Tiny \
|
|
p5-Devel-PatchPerl>=1.28:devel/p5-Devel-PatchPerl \
|
|
p5-Pod-Usage>=1.64:devel/p5-Pod-Usage \
|
|
p5-local-lib>=2.000014:devel/p5-local-lib
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-IO-All>=0.51:devel/p5-IO-All \
|
|
p5-Path-Class>=0.33:devel/p5-Path-Class \
|
|
p5-Test-Exception>=0.32:devel/p5-Test-Exception \
|
|
p5-Test-NoWarnings>=1.04:devel/p5-Test-NoWarnings \
|
|
p5-Test-Output>=1.03:devel/p5-Test-Output \
|
|
p5-Test-Spec>=0.47:devel/p5-Test-Spec
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 502000
|
|
BUILD_DEPENDS+= p5-Pod-Parser>=1.62:textproc/p5-Pod-Parser
|
|
RUN_DEPENDS+= p5-Pod-Parser>=1.62:textproc/p5-Pod-Parser
|
|
TEST_DEPENDS+= p5-ExtUtils-MakeMaker>=6.86:devel/p5-ExtUtils-MakeMaker \
|
|
p5-File-Temp>=0.23.04:devel/p5-File-Temp \
|
|
p5-Test-Simple>=1.001002:devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|