pkgsrc/textproc/py-babelfish/Makefile
leot a9952af38c Import py-babelfish-0.5.5 as textproc/py-babelfish
BabelFish is a Python library to work with countries and languages.
2017-04-14 13:49:34 +00:00

16 lines
446 B
Makefile

# $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"