9f8eeb670e
pydnstable (0.7.2) * Require dnstable >= 0.11.2 pydnstable (0.7.1) * Change dnstable_query_set_skip to ..._offset. Sponsored by: Farsight Security, Inc.
24 lines
520 B
Makefile
24 lines
520 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pydnstable
|
|
PORTVERSION= 0.7.2
|
|
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= libmtbl.so:devel/mtbl \
|
|
libdnstable.so:dns/dnstable
|
|
|
|
USES= pkgconfig python
|
|
USE_PYTHON= autoplist cython distutils
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/dnstable.so
|
|
|
|
.include <bsd.port.mk>
|