mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
22 lines
513 B
Makefile
22 lines
513 B
Makefile
PORTNAME= pydnstable
|
|
PORTVERSION= 0.7.2
|
|
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:3.6+
|
|
USE_PYTHON= autoplist cython distutils
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/dnstable*.so
|
|
|
|
.include <bsd.port.mk>
|