summaryrefslogtreecommitdiff
path: root/textproc/py-xml
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/py-xml
parentAdd WWW (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27429
Diffstat (limited to 'textproc/py-xml')
-rw-r--r--textproc/py-xml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile
index caa5276d1d72..fe66a842add8 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -1,19 +1,19 @@
# Ports collection Makefile for: PyXML
-# Version required: 0.5.1
# Date created: 04/17/1999
# Whom: nectar@FreeBSD.org
#
# $FreeBSD$
#
-DISTNAME= xml-0.5.1
-PKGNAME= py-xml-0.5.1
+PORTNAME= py-xml
+PORTVERSION= 0.5.1
CATEGORIES= textproc python
MASTER_SITES= http://www.python.org/sigs/xml-sig/files/ \
ftp://ftp.cdrom.com/pub/python/www.python.org/sigs/xml-sig/files/ \
ftp://ftp.kddlabs.co.jp/pub/lang/python/www.python.org/sigs/xml-sig/files/ \
ftp://unix.hensa.ac.uk/mirrors/ftp.python.org/pub/www.python.org/sigs/xml-sig/files/ \
http://www.nectar.cc/distfiles/
+DISTNAME= xml-0.5.1
EXTRACT_SUFX= .tgz
MAINTAINER= nectar@FreeBSD.org