freebsd-ports/dns/py-pywdns/Makefile
Don Lewis 0be2721e21 Upgrade to pywdns version 0.9.0.
* Depends on the wdns C library >= 0.9.0.

 * Add contants TYPE_TLSA, TYPE_GID, TYPE_EUI64, etc.

 * Stores EDNS information in the message object.

Pet portlint (USE vs. USES order).

Sponsored by:	Farsight Security, Inc.
2017-08-26 01:42:45 +00:00

26 lines
561 B
Makefile

# $FreeBSD$
PORTNAME= pywdns
PORTVERSION= 0.9.0
CATEGORIES= dns python
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= truckman@FreeBSD.org
COMMENT= Python wrapper for dns/wdns
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libwdns.so:dns/wdns
USES= pkgconfig python
USE_PYTHON= autoplist distutils
post-patch:
${REINPLACE_CMD} -e "1s+ python+ ${PYTHON_CMD}+" ${WRKSRC}/gen_pywdns_constants
post-install:
${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/wdns.so
.include <bsd.port.mk>