aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Deep/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2007-12-20 10:23:03 +0000
committerAndrej Zverev <az@FreeBSD.org>2007-12-20 10:23:03 +0000
commit6f6f7690a15bec0f384cedb7f2680d49841615b5 (patch)
tree843fd52c48919233ad1e7095f4272e521ec7fe58 /devel/p5-Test-Deep/Makefile
parentfd67e3674ada8fa2922bccae9fd657c41541d309 (diff)
downloadports-6f6f7690a15bec0f384cedb7f2680d49841615b5.tar.gz
ports-6f6f7690a15bec0f384cedb7f2680d49841615b5.zip
Notes
Diffstat (limited to 'devel/p5-Test-Deep/Makefile')
-rw-r--r--devel/p5-Test-Deep/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/p5-Test-Deep/Makefile b/devel/p5-Test-Deep/Makefile
index b272e2d6477c..9cf403a2992d 100644
--- a/devel/p5-Test-Deep/Makefile
+++ b/devel/p5-Test-Deep/Makefile
@@ -6,27 +6,27 @@
#
PORTNAME= Test-Deep
-PORTVERSION= 0.096
+PORTVERSION= 0.099
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Test
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= az@FreeBSD.org
COMMENT= Test data structures for differences deeply
BUILD_DEPENDS= ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \
- ${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester \
- ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+ ${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-INSTALL_TARGET= pure_install
-MAN3= Test::Deep.3
+.include <bsd.port.pre.mk>
-post-patch:
- @${PERL} -i -pe 'm/INSTALLDIRS\s+=>/ and $$_ = ""' \
- ${WRKSRC}/Makefile.PL
+.if ${PERL_LEVEL} < 500703
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+MAN3= Test::Deep.3 Test::Deep::NoTest.3
+
+.include <bsd.port.post.mk>
-.include <bsd.port.mk>