freebsd-ports/devel/py-pyxml2obj/Makefile

20 lines
361 B
Makefile
Raw Normal View History

# $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>