diff options
author | drochner <drochner@pkgsrc.org> | 2003-07-25 11:49:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-07-25 11:49:53 +0000 |
commit | 46c1fa8fc5d2f0efe6d439ce159df6e36231039d (patch) | |
tree | 87d4abcd00164eac1b8fb1fc02b36b1f65066074 /net/py-adns/Makefile | |
parent | 0a1b43f154c36b3db3ae2c0b710d75bcb6bb8b96 (diff) | |
download | pkgsrc-46c1fa8fc5d2f0efe6d439ce159df6e36231039d.tar.gz |
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
Diffstat (limited to 'net/py-adns/Makefile')
-rw-r--r-- | net/py-adns/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile new file mode 100644 index 00000000000..573d15cc384 --- /dev/null +++ b/net/py-adns/Makefile @@ -0,0 +1,19 @@ +# $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" + |