summaryrefslogtreecommitdiff
path: root/textproc/py-babelfish/Makefile
diff options
context:
space:
mode:
authorleot <leot>2017-04-14 13:49:34 +0000
committerleot <leot>2017-04-14 13:49:34 +0000
commit8b9e2cda0d37466346883a7f40804993d1ae3d00 (patch)
treeca65c97347712f36939ac93fa3c76d53140f31b6 /textproc/py-babelfish/Makefile
parentcfc39ce3052671d9934d82c297bc22b8164214e7 (diff)
downloadpkgsrc-8b9e2cda0d37466346883a7f40804993d1ae3d00.tar.gz
Import py-babelfish-0.5.5 as textproc/py-babelfish
BabelFish is a Python library to work with countries and languages.
Diffstat (limited to 'textproc/py-babelfish/Makefile')
-rw-r--r--textproc/py-babelfish/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/py-babelfish/Makefile b/textproc/py-babelfish/Makefile
new file mode 100644
index 00000000000..c146a68a1f9
--- /dev/null
+++ b/textproc/py-babelfish/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 13:49:34 leot Exp $
+
+DISTNAME= babelfish-0.5.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/babelfish/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/Diaoul/babelfish
+COMMENT= Python library to work with countries and languages
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"