82956c3eef
Bump PKGREVISION.
22 lines
614 B
Makefile
22 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/11/01 10:18:21 obache Exp $
|
|
#
|
|
|
|
DISTNAME= adns-python-1.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://adns-python.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/adns-python/
|
|
COMMENT= Python interface to the GNU asynchronous DNS resolver library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
BUILDLINK_API_DEPENDS.adns+= adns>=1.2
|
|
.include "../../net/adns/buildlink3.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|