freebsd-ports/devel/py-dexml/Makefile
Wen Heping fdaa44ea44 - Update to 0.5.1
Feature safe:	yes
2012-11-06 00:58:00 +00:00

18 lines
337 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= dexml
PORTVERSION= 0.5.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A dead-simple Object-XML mapper for Python
LICENSE= MIT
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>