freebsd-ports/textproc/py-jaxml/Makefile

22 lines
428 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection Makefile for: py-jaxml
# Date created: Mar 24, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= jaxml
PORTVERSION= 2.24
CATEGORIES= textproc python
MASTER_SITES= http://www.librelogiciel.com/software/jaxml/tarballs/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= A Python module to generate XML easily
USE_PYTHON= yes
2002-04-29 21:08:55 +02:00
USE_PYDISTUTILS= yes
.include <bsd.port.mk>