Index: head/devel/py-xmltodict/Makefile =================================================================== --- head/devel/py-xmltodict/Makefile (revision 462917) +++ head/devel/py-xmltodict/Makefile (revision 462918) @@ -1,23 +1,25 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= xmltodict PORTVERSION= 0.11.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= XML parser that returns python dictionaries LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose:devel/py-nose@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils do-test: @cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests-${PYTHON_VER} .include Index: head/devel/py-xmltodict/pkg-descr =================================================================== --- head/devel/py-xmltodict/pkg-descr (revision 462917) +++ head/devel/py-xmltodict/pkg-descr (revision 462918) @@ -1,4 +1,5 @@ xmltodict is a Python module that makes working with XML feel like you are working with JSON. +WWW: https://pypi.python.org/pypi/xmltodict WWW: https://github.com/martinblech/xmltodict