diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-09-01 09:11:27 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-09-01 09:11:27 +0000 |
commit | a3458cac5750456b358484f54043623d18f9c7cb (patch) | |
tree | 1233971a84883d3b990f0ea4f285aed3f46f38eb | |
parent | 88eb66fdb64c688b5dee0151bddbf966ae8900b7 (diff) |
Notes
-rw-r--r-- | devel/p5-Getopt-Euclid/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Getopt-Euclid/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Getopt-Euclid/pkg-plist | 3 |
3 files changed, 14 insertions, 13 deletions
diff --git a/devel/p5-Getopt-Euclid/Makefile b/devel/p5-Getopt-Euclid/Makefile index b190c0479318..5fa3d97f17d9 100644 --- a/devel/p5-Getopt-Euclid/Makefile +++ b/devel/p5-Getopt-Euclid/Makefile @@ -6,20 +6,24 @@ # PORTNAME= Getopt-Euclid -PORTVERSION= 0.2.0 -DISTVERSIONPREFIX=v +PORTVERSION= 0.2.1 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/K/KG/KGALINSKY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Executable Uniform Command-Line Interface Descriptions -BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Getopt::Euclid.3 Getopt::Euclid::HierDemo.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500900 +BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version +RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Getopt-Euclid/distinfo b/devel/p5-Getopt-Euclid/distinfo index db8203c6c37a..28cebd8a45e3 100644 --- a/devel/p5-Getopt-Euclid/distinfo +++ b/devel/p5-Getopt-Euclid/distinfo @@ -1,3 +1,3 @@ -MD5 (Getopt-Euclid-v0.2.0.tar.gz) = d9389f7dc20ca8efde4730536e1adbef -SHA256 (Getopt-Euclid-v0.2.0.tar.gz) = 91ebe1e2223952a83f1498fbc6575737570515ce175b7ad839d4079e98a1416f -SIZE (Getopt-Euclid-v0.2.0.tar.gz) = 25664 +MD5 (Getopt-Euclid-0.2.1.tar.gz) = c5ffa92cce7a4561934ca0b9d20ba617 +SHA256 (Getopt-Euclid-0.2.1.tar.gz) = 000601fd40baedbfc0507bcef675b71ebd57ac6e8bb0e25fca9ad1b61c9cc367 +SIZE (Getopt-Euclid-0.2.1.tar.gz) = 26075 diff --git a/devel/p5-Getopt-Euclid/pkg-plist b/devel/p5-Getopt-Euclid/pkg-plist index c4c2862787fb..3a2018da7b04 100644 --- a/devel/p5-Getopt-Euclid/pkg-plist +++ b/devel/p5-Getopt-Euclid/pkg-plist @@ -1,7 +1,4 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Euclid/.packlist %%SITE_PERL%%/Getopt/Euclid.pm %%SITE_PERL%%/Getopt/Euclid/HierDemo.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Euclid -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt @dirrmtry %%SITE_PERL%%/Getopt/Euclid @dirrmtry %%SITE_PERL%%/Getopt |