aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sub-Install
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2008-03-15 09:01:46 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2008-03-15 09:01:46 +0000
commit5ae9531f9485818f43cc1102fa14b08c4ecbfe86 (patch)
treef7d8a378b12108ac99422c2741f2c8bc53b95c5d /devel/p5-Sub-Install
parent8ea524b7b7e19c6048e87cc90203ae984506183d (diff)
downloadports-5ae9531f9485818f43cc1102fa14b08c4ecbfe86.tar.gz
ports-5ae9531f9485818f43cc1102fa14b08c4ecbfe86.zip
Notes
Diffstat (limited to 'devel/p5-Sub-Install')
-rw-r--r--devel/p5-Sub-Install/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/devel/p5-Sub-Install/Makefile b/devel/p5-Sub-Install/Makefile
index 31a640101d76..b08a97a306d3 100644
--- a/devel/p5-Sub-Install/Makefile
+++ b/devel/p5-Sub-Install/Makefile
@@ -7,20 +7,24 @@
PORTNAME= Sub-Install
PORTVERSION= 0.924
+PORTREVISION= 1
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Sub
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Install subroutines into packages easily
+PERL_CONFIGURE= yes
+
+MAN3= Sub::Install.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS= ${RUN_DEPENDS} \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
-PERL_CONFIGURE= 5.8.0+
-
-MAN3= Sub::Install.3
-
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>