freebsd-ports/devel/py-xmltodict/Makefile
Olivier Duchateau 49bf77c0ef - Update to 0.8.5
PR:		186487
Submitted by:	Johannes Jost Meixner (maintainer)
2014-02-10 19:27:13 +00:00

22 lines
424 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= xmltodict
PORTVERSION= 0.8.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xmj@chaot.net
COMMENT= XML parser that returns python dictionaries
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
regression-test: build
@cd ${WRKSRC} && nosetests
.include <bsd.port.mk>