New port: dns/py-pydnstable

Python bindings for the dnstable library

Differential Revision:	https://reviews.freebsd.org/D2231
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
This commit is contained in:
Don Lewis 2015-04-05 23:17:29 +00:00
parent 282fa2e294
commit bf12eff187
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383390
4 changed files with 29 additions and 0 deletions

View file

@ -158,6 +158,7 @@
SUBDIR += py-ldns
SUBDIR += py-namebench
SUBDIR += py-publicsuffix
SUBDIR += py-pydnstable
SUBDIR += py-pywdns
SUBDIR += py-twistedNames
SUBDIR += radns

View file

@ -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 <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (pydnstable-0.4.0.tar.gz) = 13261e616682bd609bacf9ef6836e4bab9bb29a485873cb9f9daf6dd258d341a
SIZE (pydnstable-0.4.0.tar.gz) = 41037

View file

@ -0,0 +1,3 @@
Python bindings for the dnstable library
WWW: https://github.com/farsightsec/pydnstable