Index: head/audio/py-soundcloud/Makefile =================================================================== --- head/audio/py-soundcloud/Makefile (revision 413998) +++ head/audio/py-soundcloud/Makefile (revision 413999) @@ -1,31 +1,31 @@ # Created by: Bernard Spil # $FreeBSD$ PORTNAME= soundcloud PORTVERSION= 0.5.0 CATEGORIES= audio devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= Bernard Spil +MAINTAINER= brnrd@FreeBSD.org COMMENT= A friendly wrapper library for the Soundcloud API LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.1.2:devel/py-nose USES= python USE_PYTHON= autoplist distutils PORTDOCS= README.rst DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} do-test: cd ${WRKSRC} ; nosetests --with-doctest .include