15 lines
387 B
Makefile
15 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/04/11 21:46:58 tv Exp $
|
|
|
|
DISTNAME= dnspython-1.3.3
|
|
PKGNAME= ${PYPKGPREFIX}-dns-1.3.3
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION}/
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
|
HOMEPAGE= http://www.dnspython.org/
|
|
COMMENT= Python DNS toolkit
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|