freebsd-ports/dns/py-pydnstable/Makefile
Don Lewis a07f864d2f Upgrade dns/py-pydnstable to version 0.6.1:
* Fix BUG-21: add try/except around conversions from signed python
    integers

Port build now uses cython.

Add missing devel/mtbl dependency.

Pet portlint (USES/USE ordering).

Sponsored by:	Farsight Security, Inc.
2018-10-24 17:19:25 +00:00

24 lines
524 B
Makefile

# $FreeBSD$
PORTNAME= pydnstable
PORTVERSION= 0.6.1
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:2.7
USE_PYTHON= autoplist cython distutils
post-install:
${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/dnstable.so
.include <bsd.port.mk>