17 lines
428 B
Makefile
17 lines
428 B
Makefile
# $NetBSD: Makefile,v 1.22 2012/10/23 17:19:01 asau Exp $
|
|
|
|
DISTNAME= dnspython-1.9.4
|
|
PKGNAME= ${PYPKGPREFIX}-dns-1.9.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION}/
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
|
HOMEPAGE= http://www.dnspython.org/
|
|
COMMENT= Python DNS toolkit
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|