15 lines
380 B
Makefile
15 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/10/06 17:13:24 asau Exp $
|
|
|
|
DISTNAME= pydns-2.3.3
|
|
PKGNAME= ${PYPKGPREFIX}-DNS-2.3.3
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pydns/}
|
|
|
|
MAINTAINER= mishka@NetBSD.org
|
|
HOMEPAGE= http://pydns.sourceforge.net/
|
|
COMMENT= Python DNS library
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|