diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-29 12:36:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-29 12:36:36 +0000 |
commit | 787280fecda7e0fd5feee10a0aab9eef46a2d497 (patch) | |
tree | d1dafe3183ec32374911bdbabf3684a1c0910e72 /lang/p5-Error/Makefile | |
parent | 63a062822de7ab5de43a555e1e0c19fd47a2bb8b (diff) |
Notes
Diffstat (limited to 'lang/p5-Error/Makefile')
-rw-r--r-- | lang/p5-Error/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile index 0662e74e770a..29217e16dcf2 100644 --- a/lang/p5-Error/Makefile +++ b/lang/p5-Error/Makefile @@ -6,12 +6,11 @@ # PORTNAME= Error -PORTVERSION= 0.17.008 +PORTVERSION= 0.17.009 +DISTVERSION= ${PORTVERSION:C/\.(...)$/\1/} CATEGORIES= lang perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Error +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.(00[0-9])$/\1/} MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to provide Error/exception support for perl: Error |