diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-21 05:48:50 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-21 05:48:50 +0000 |
commit | 36db97306bba78b9e29805e5f741d21137d6bc02 (patch) | |
tree | 7db03329fda9be04eb97e069a06de0d2b59c4c0a /devel/p5-Class-Measure/Makefile | |
parent | d3c73e37af46956c931efc53df5c10cca50f12e9 (diff) |
- Update to 0.03
- reset maintainership
Notes
Notes:
svn path=/head/; revision=198002
Diffstat (limited to 'devel/p5-Class-Measure/Makefile')
-rw-r--r-- | devel/p5-Class-Measure/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/p5-Class-Measure/Makefile b/devel/p5-Class-Measure/Makefile index 44f540630ecd..92300d3e3cce 100644 --- a/devel/p5-Class-Measure/Makefile +++ b/devel/p5-Class-Measure/Makefile @@ -6,23 +6,17 @@ # PORTNAME= Class-Measure -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= devel MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Class PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Create, compare, and convert units of measurement PERL_MODBUILD= yes MAN3= Class::Measure.3 Class::Measure::Length.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires Perl 5.6.1 or newer. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |