freebsd-ports/devel/py-pyxml2obj/Makefile
Martin Wilke 7e781e40d4 - Stage support
- Convert to autoplist
- Bump PORTREVISION
2014-02-19 08:07:35 +00:00

19 lines
361 B
Makefile

# $FreeBSD$
PORTNAME= pyxml2obj
PORTVERSION= 0.1.2.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= araujo@FreeBSD.org
COMMENT= Simple way to convert xml to python object and vice versa
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>