2015-04-03 01:40:29 +02:00
|
|
|
PORTNAME= pywdns
|
2021-05-31 20:15:13 +02:00
|
|
|
PORTVERSION= 0.10.1
|
2022-04-12 07:24:26 +02:00
|
|
|
PORTREVISION= 1
|
2015-04-03 01:40:29 +02:00
|
|
|
CATEGORIES= dns python
|
|
|
|
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= truckman@FreeBSD.org
|
|
|
|
COMMENT= Python wrapper for dns/wdns
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/farsightsec/pywdns
|
2015-04-03 01:40:29 +02:00
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libwdns.so:dns/wdns
|
2015-04-03 01:40:29 +02:00
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= pkgconfig python:3.6+
|
2020-07-03 09:16:38 +02:00
|
|
|
USE_PYTHON= autoplist cython distutils
|
2015-04-03 01:40:29 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "1s+ python+ ${PYTHON_CMD}+" ${WRKSRC}/gen_pywdns_constants
|
|
|
|
|
|
|
|
post-install:
|
2020-12-24 14:46:01 +01:00
|
|
|
${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/wdns*.so
|
2015-04-03 01:40:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|