diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-26 06:55:11 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-26 06:55:11 +0000 |
commit | c13a41b7c4c7f533b0de352d325bcbdedfad2635 (patch) | |
tree | 79cd897cb0d1b955a13e2feb8b88947fcfbbdc31 /textproc/p5-XML-RSS-Feed/Makefile | |
parent | ba3e1eee5c1146af0d90e9a95ef31ac341131d07 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-RSS-Feed/Makefile')
-rw-r--r-- | textproc/p5-XML-RSS-Feed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-RSS-Feed/Makefile b/textproc/p5-XML-RSS-Feed/Makefile index 2a804e59445c..6be4818e7bd8 100644 --- a/textproc/p5-XML-RSS-Feed/Makefile +++ b/textproc/p5-XML-RSS-Feed/Makefile @@ -6,11 +6,12 @@ # PORTNAME= XML-RSS-Feed -PORTVERSION= 2.2 +PORTVERSION= 2.2.12 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= clsung@FreeBSD.org COMMENT= Persistant XML RSS Encapsulation |