diff options
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 |