aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 21:54:47 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 21:54:47 +0000
commit37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch)
treed111af8805f53a860dcffea8daeb8e9837238499 /textproc/p5-XML-Parser
parentf7e02694169756b47f76eb898606fb4b51b87123 (diff)
downloadports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz
ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27429
Diffstat (limited to 'textproc/p5-XML-Parser')
-rw-r--r--textproc/p5-XML-Parser/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile
index 784427ec0fd8..096f82b216fb 100644
--- a/textproc/p5-XML-Parser/Makefile
+++ b/textproc/p5-XML-Parser/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: XML::Parser
-# Version required: 2.27
# Date created: 15 Nov 1998
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= XML-Parser-2.27
-PKGNAME= p5-XML-Parser-2.27
+PORTNAME= p5-XML-Parser
+PORTVERSION= 2.27
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://wwwx.netheaven.com/~coopercc/xmlparser/
MASTER_SITE_SUBDIR= ../by-authors/id/C/CO/COOPERCL
+DISTNAME= XML-Parser-2.27
MAINTAINER= kuriyama@FreeBSD.org