in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
20 lines
570 B
Makefile
20 lines
570 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/10/03 00:17:57 tv Exp $
|
|
#
|
|
|
|
DISTNAME= adns-python-1.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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=
|
|
USE_BUILDLINK3= yes
|
|
|
|
.include "../../net/adns/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|