blob: 7d99a0e9a95b31c70cf291d6257129499275a3f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|