freebsd-ports/devel/py-xmltodict/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

23 lines
476 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= xmltodict
PORTVERSION= 0.9.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xmj@FreeBSD.org
COMMENT= XML parser that returns python dictionaries
LICENSE= MIT
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose:${PORTSDIR}/devel/py-nose
USES= python
USE_PYTHON= distutils autoplist
regression-test: build
@cd ${WRKSRC} && nosetests
.include <bsd.port.mk>