c487cb967a
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.
21 lines
501 B
Makefile
21 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:20 tv Exp $
|
|
#
|
|
|
|
DISTNAME= Gnosis_Utils-1.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://gnosis.cx/download/
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://gnosis.cx/download/
|
|
COMMENT= Classes for working with XML
|
|
|
|
USE_BUILDLINK3= yes
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PY_PATCHPLIST= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../textproc/py-xml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|