diff options
Diffstat (limited to 'dns/py-adns/Makefile')
-rw-r--r-- | dns/py-adns/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile deleted file mode 100644 index 4916365b392a..000000000000 --- a/dns/py-adns/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Hye-Shik Chang <perky@fallin.lv> -# $FreeBSD$ - -PORTNAME= adns -PORTVERSION= 1.2.1 -PORTREVISION= 14 -CATEGORIES= dns python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= adns-python-${PORTVERSION} - -MAINTAINER= m.tsatsenko@gmail.com -COMMENT= Python Interface to adns, the asynchronous DNS library - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -LIB_DEPENDS= libadns.so:dns/adns - -PROJECTHOST= adns-python -USES= python -USE_PYTHON= distutils autoplist - -post-patch: - @${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \ - -e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \ - ${WRKSRC}/setup.py - -.include <bsd.port.mk> |