diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-08-04 12:30:41 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-08-04 12:30:41 +0000 |
commit | ef1ee3ea3b2f08953017611af30ebc8abbc7106a (patch) | |
tree | e87cdab1054f8474e53c139db2ce621137885c0d /devel | |
parent | 90c22707943008cdac071c579e5f3fc212a52e16 (diff) |
- Update to 2.06
- Now requires perl from ports
- Use magic MASTER_SITES
Notes
Notes:
svn path=/head/; revision=169646
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-CoreList/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-Module-CoreList/distinfo | 6 |
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/p5-Module-CoreList/Makefile b/devel/p5-Module-CoreList/Makefile index 2d41a27b5a9d..cfc0e76c44ca 100644 --- a/devel/p5-Module-CoreList/Makefile +++ b/devel/p5-Module-CoreList/Makefile @@ -6,16 +6,15 @@ # PORTNAME= Module-CoreList -PORTVERSION= 2.05 +PORTVERSION= 2.06 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Module +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= See what modules shipped with versions of perl -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -23,4 +22,8 @@ PERL_CONFIGURE= yes MAN1= corelist.1 MAN3= Module::CoreList.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6 or later. Please install lang/perl5 or lang/perl5.8, and try again +.endif +.include <bsd.port.post.mk> diff --git a/devel/p5-Module-CoreList/distinfo b/devel/p5-Module-CoreList/distinfo index 480fd8381358..7ef911138465 100644 --- a/devel/p5-Module-CoreList/distinfo +++ b/devel/p5-Module-CoreList/distinfo @@ -1,3 +1,3 @@ -MD5 (Module-CoreList-2.05.tar.gz) = dca4038ffe1620faeb263823af4deb64 -SHA256 (Module-CoreList-2.05.tar.gz) = 18524efb3be3c4c60b9732992ce1091498d10845e06f5a2a86a25fc496954828 -SIZE (Module-CoreList-2.05.tar.gz) = 36525 +MD5 (Module-CoreList-2.06.tar.gz) = 072304d841f606f7d7ab0970d956e218 +SHA256 (Module-CoreList-2.06.tar.gz) = d31ced2355f2f5bd3a080dbed6d76f563c9af5b407b342eb6b2e702310ae3453 +SIZE (Module-CoreList-2.06.tar.gz) = 36920 |