1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/textproc/py-jaxml/Makefile
Marcus von Appen 1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00

19 lines
382 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= jaxml
PORTVERSION= 3.02
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP \
http://www.librelogiciel.com/software/jaxml/tarballs/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module to generate XML easily
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>