pkgsrc-wip/py-gnosis-utils/Makefile
Marc Recht bce31f8d29 Initial import of py-gnosis-utils 1.0.6
Gnosis_Utils contains several classes for working with XML,
as well as other generally useful tools
2003-04-13 12:57:00 +00:00

25 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/04/13 12:57:00 marc Exp $
#
DISTNAME= Gnosis_Utils-1.0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc python
MASTER_SITES= http://gnosis.cx/download/
MAINTAINER= marc@informatik.uni-bremen.de
HOMEPAGE= http://gnosis.cx/download/
COMMENT= Classes for working with XML
USE_BUILDLINK2= YES
PYDISTUTILSPKG= YES
PYSETUP= setup_gnosis.py
PY_PATCHPLIST= YES
post-install:
${PYTHONBIN} -O ${PREFIX}/${PYLIB}/compileall.py \
${PREFIX}/${PYSITELIB}/gnosis
.include "../../textproc/pyxml/buildlink2.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"