19 lines
553 B
Makefile
19 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:30 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= adns-python-1.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= net python
|
|
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=
|
|
|
|
.include "../../net/adns/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|