summaryrefslogtreecommitdiff
path: root/textproc/py-gnosis-utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-gnosis-utils/Makefile')
-rw-r--r--textproc/py-gnosis-utils/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/py-gnosis-utils/Makefile b/textproc/py-gnosis-utils/Makefile
new file mode 100644
index 00000000000..9c63de768f4
--- /dev/null
+++ b/textproc/py-gnosis-utils/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/06 18:54:12 recht Exp $
+#
+
+DISTNAME= Gnosis_Utils-1.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+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"