2011-09-16 11:13:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2011/09/16 11:13:39 espie Exp $
|
2008-04-01 13:50:36 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= python interface to adns
|
|
|
|
|
|
|
|
V= 1.2.1
|
|
|
|
DISTNAME= adns-python-$V
|
2010-07-12 22:07:37 +00:00
|
|
|
PKGNAME= py-adns-$V
|
2011-09-16 11:13:37 +00:00
|
|
|
REVISION= 3
|
2008-04-01 13:50:36 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://adns-python.googlecode.com/
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/
|
|
|
|
|
|
|
|
MODULES= lang/python
|
2011-06-13 08:47:51 +00:00
|
|
|
MODPY_ADJ_FILES= ADNS.py DNSBL.py
|
2008-05-08 22:44:13 +00:00
|
|
|
CATEGORIES = net
|
2008-04-01 13:50:36 +00:00
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
LIB_DEPENDS= net/adns
|
2010-11-11 16:27:54 +00:00
|
|
|
WANTLIB = adns
|
2008-04-01 13:50:36 +00:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
perl -pi -e 's,!!PREFIX!!,${PREFIX},g' ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|