Index: dns/Makefile =================================================================== --- dns/Makefile +++ dns/Makefile @@ -158,6 +158,7 @@ SUBDIR += py-ldns SUBDIR += py-namebench SUBDIR += py-publicsuffix + SUBDIR += py-pydnstable SUBDIR += py-pywdns SUBDIR += py-twistedNames SUBDIR += radns Index: dns/py-pydnstable/Makefile =================================================================== --- /dev/null +++ dns/py-pydnstable/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= pydnstable +PORTVERSION= 0.4.0 +CATEGORIES= dns python +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Python wrapper for dns/dnstable + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +LIB_DEPENDS= libdnstable.so:${PORTSDIR}/dns/dnstable + +USE_PYTHON= distutils autoplist +USES= pkgconfig python + +post-install: + ${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/dnstable.so + +.include Index: dns/py-pydnstable/distinfo =================================================================== --- /dev/null +++ dns/py-pydnstable/distinfo @@ -0,0 +1,2 @@ +SHA256 (pydnstable-0.4.0.tar.gz) = 13261e616682bd609bacf9ef6836e4bab9bb29a485873cb9f9daf6dd258d341a +SIZE (pydnstable-0.4.0.tar.gz) = 41037 Index: dns/py-pydnstable/pkg-descr =================================================================== --- /dev/null +++ dns/py-pydnstable/pkg-descr @@ -0,0 +1,3 @@ +Python bindings for the dnstable library + +WWW: https://github.com/farsightsec/pydnstable