diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-03 04:31:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-03 04:31:15 +0800 |
commit | c3a7e72f33ce320f6077e76881c32ce7ab835e30 (patch) | |
tree | a15dbe18966ae986a60d19d42aa410bcd3282cb5 /textproc/p5-XML-MyXML | |
parent | 9682fecdc3c41fe9a107a966ce3a7c96a35095b5 (diff) | |
download | freebsd-ports-gnome-c3a7e72f33ce320f6077e76881c32ce7ab835e30.tar.gz freebsd-ports-gnome-c3a7e72f33ce320f6077e76881c32ce7ab835e30.tar.zst freebsd-ports-gnome-c3a7e72f33ce320f6077e76881c32ce7ab835e30.zip |
- Pet portlint: remove DISTVERSION
Diffstat (limited to 'textproc/p5-XML-MyXML')
-rw-r--r-- | textproc/p5-XML-MyXML/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-MyXML/Makefile b/textproc/p5-XML-MyXML/Makefile index 8280b294ff1d..7ecce4b7c366 100644 --- a/textproc/p5-XML-MyXML/Makefile +++ b/textproc/p5-XML-MyXML/Makefile @@ -3,11 +3,11 @@ PORTNAME= XML-MyXML PORTVERSION= 0.10.01 -DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Simple-to-use XML module parsing and creating XML documents |