32 lines
534 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2013/08/07 21:32:22 naddy Exp $
SHARED_ONLY= Yes
COMMENT= python interface to adns
V= 1.2.1
DISTNAME= adns-python-$V
PKGNAME= py-adns-$V
REVISION= 4
HOMEPAGE= https://adns-python.googlecode.com/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/files/
MODULES= lang/python
MODPY_ADJ_FILES= ADNS.py DNSBL.py
2008-05-08 22:44:13 +00:00
CATEGORIES = net
2010-11-19 22:31:32 +00:00
LIB_DEPENDS= net/adns
2010-11-11 16:27:54 +00:00
WANTLIB = adns
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
pre-configure:
perl -pi -e 's,!!PREFIX!!,${PREFIX},g' ${WRKSRC}/setup.py
.include <bsd.port.mk>