22 lines
428 B
Makefile
22 lines
428 B
Makefile
# 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
|
|
COMMENT= A Python module to generate XML easily
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|