pkgsrc/net/py-dns/Makefile
joerg a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00

17 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.16 2008/04/25 20:39:11 joerg Exp $
DISTNAME= dnspython-1.6.0
PKGNAME= ${PYPKGPREFIX}-dns-1.6.0
CATEGORIES= net python
MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION}/
MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://www.dnspython.org/
COMMENT= Python DNS toolkit
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"