247fc134bd
* Enable cython embedsignature * Add support for query timeouts * Merge pull request #4 from farsightsec/query_timeout * Add support for time fencing * Merge pull request #5 from farsightsec/time_filter * Fixup for the dnstable_query_set_filter_parameter() API change * setup.py: Require libdnstable >= 0.8.0 Sponsored by: Farsight Security, Inc.
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pydnstable
|
|
PORTVERSION= 0.6.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= autoplist distutils
|
|
USES= pkgconfig python
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/dnstable.so
|
|
|
|
.include <bsd.port.mk>
|