189c4aa269
(now it could build with python-2.7)
24 lines
522 B
Makefile
24 lines
522 B
Makefile
# ex:ts=8
|
|
# Ports collection Makefile for: py-jaxml
|
|
# Date created: Mar 24, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jaxml
|
|
PORTVERSION= 3.02
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP \
|
|
http://www.librelogiciel.com/software/jaxml/tarballs/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Python module to generate XML easily
|
|
|
|
PLIST_FILES= lib/${PYTHON_VERSION}/site-packages/${PYEASYINSTALL_EGG}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|