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