summaryrefslogtreecommitdiff
path: root/devel/py-google-apputils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-google-apputils/Makefile')
-rw-r--r--devel/py-google-apputils/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/py-google-apputils/Makefile b/devel/py-google-apputils/Makefile
new file mode 100644
index 00000000000..e2a46f4f845
--- /dev/null
+++ b/devel/py-google-apputils/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/06/24 17:59:19 khorben Exp $
+
+DISTNAME= google-apputils-0.4.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= https://pypi.python.org/packages/source/g/google-apputils/
+
+MAINTAINER= khorben@defora.org
+HOMEPAGE= http://code.google.com/p/google-apputils-python/
+COMMENT= Google Application Utilities for Python
+LICENSE= apache-2.0
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"