aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Autouse
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-09-05 11:47:10 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-09-05 11:47:10 +0000
commit848630ea073b5437527be1b2eb80c9142dc6220c (patch)
treeb2adde56ba5c5c07b07829e788e2a6c40a0f97c0 /devel/p5-Class-Autouse
parent224282575846f15f0dee9eeeeb93bff288b91e68 (diff)
downloadports-848630ea073b5437527be1b2eb80c9142dc6220c.tar.gz
ports-848630ea073b5437527be1b2eb80c9142dc6220c.zip
- update to 1.27
- update BUILD_DEPENDS and RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=172312
Diffstat (limited to 'devel/p5-Class-Autouse')
-rw-r--r--devel/p5-Class-Autouse/Makefile14
-rw-r--r--devel/p5-Class-Autouse/distinfo6
2 files changed, 11 insertions, 9 deletions
diff --git a/devel/p5-Class-Autouse/Makefile b/devel/p5-Class-Autouse/Makefile
index 4b119c9eb18f..e9d294c8bdbc 100644
--- a/devel/p5-Class-Autouse/Makefile
+++ b/devel/p5-Class-Autouse/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Class-Autouse
-PORTVERSION= 1.26
+PORTVERSION= 1.27
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
@@ -15,10 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Defer loading of one or more classes
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
- ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -29,8 +27,12 @@ post-patch:
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500800
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
diff --git a/devel/p5-Class-Autouse/distinfo b/devel/p5-Class-Autouse/distinfo
index 9a809e799508..4d072c9260f0 100644
--- a/devel/p5-Class-Autouse/distinfo
+++ b/devel/p5-Class-Autouse/distinfo
@@ -1,3 +1,3 @@
-MD5 (Class-Autouse-1.26.tar.gz) = 27d185332ff7fc18477d115802b057b2
-SHA256 (Class-Autouse-1.26.tar.gz) = 5b76f86b90283b770fef1a4d20f06067d024a8deba20ccf3fecc21a85266d156
-SIZE (Class-Autouse-1.26.tar.gz) = 41162
+MD5 (Class-Autouse-1.27.tar.gz) = f6b69cae6db84d6c1728384e6e7bd281
+SHA256 (Class-Autouse-1.27.tar.gz) = 6c1fe94c9957e9b9295dceac52f0ea81f072f393550443f584d7df9c932e2843
+SIZE (Class-Autouse-1.27.tar.gz) = 33429