diff options
Diffstat (limited to 'net/py-twisted/Makefile')
-rw-r--r-- | net/py-twisted/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/py-twisted/Makefile b/net/py-twisted/Makefile index bae89c409b9..2278a26edb3 100644 --- a/net/py-twisted/Makefile +++ b/net/py-twisted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/09/16 01:59:07 epg Exp $ +# $NetBSD: Makefile,v 1.13 2008/09/19 18:03:24 epg Exp $ # PKGNAME= ${PYPKGPREFIX}-twisted-${TWISTED_VERSION} @@ -8,8 +8,12 @@ COMMENT= Framework for writing networked applications DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface +REPLACE_PYTHON+= ${WRKSRC}/twisted/mail/test/pop3testserver.py +REPLACE_PYTHON+= ${WRKSRC}/twisted/trial/test/scripttest.py + do-test: cd ${WRKSRC} && ./build/scripts-${PYVERSSUFFIX}/trial twisted +.include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |