pkgsrc/net/py-adns/Makefile
drochner 46c1fa8fc5 add adns-python-1.0.0, a Python binding to the GNU asynchronous DNS
resolver library
submitted by adam@monkeybyte.org per PR pkg/21729, also in pkgsrc-wip
2003-07-25 11:49:53 +00:00

19 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/07/25 11:49:53 drochner Exp $
#
DISTNAME= adns-python-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://dustman.net/andy/python/adns-python/1.0.0/
MAINTAINER= adam@monkeybyte.org
HOMEPAGE= http://dustman.net/andy/python/adns-python/
COMMENT= Python interface to the GNU asynchronous DNS resolver library
PYDISTUTILSPKG=
USE_BUILDLINK2= yes
.include "../../net/adns/buildlink2.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"