a07f864d2f
* 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.
24 lines
524 B
Makefile
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>
|