diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 05:54:47 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 05:54:47 +0800 |
commit | a8843baba6a200bd1438954f77dd13e4fda505d9 (patch) | |
tree | 7d785bb440b6c4e27b21b82630dbe876cc3fad93 /textproc/py-xml | |
parent | 2e79257c8ac1b3a7bb2b24f4bc346c95fcadb299 (diff) | |
download | freebsd-ports-gnome-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.gz freebsd-ports-gnome-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.zst freebsd-ports-gnome-a8843baba6a200bd1438954f77dd13e4fda505d9.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'textproc/py-xml')
-rw-r--r-- | textproc/py-xml/Makefile | 6 |
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 |