mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
41a5348a3b
With hat: portmgr
30 lines
640 B
Makefile
30 lines
640 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
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-08-15
|
|
|
|
LIB_DEPENDS= libwdns.so:dns/wdns
|
|
|
|
USES= pkgconfig python:2.7
|
|
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>
|