1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

devel/py-babelfish: module to work with countries and languages

WWW: https://github.com/Diaoul/babelfish/
This commit is contained in:
William Grzybowski 2013-10-29 20:38:17 +00:00
parent 27921e969f
commit a47097f833
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331996
4 changed files with 27 additions and 0 deletions

View File

@ -3461,6 +3461,7 @@
SUBDIR += py-async
SUBDIR += py-avro
SUBDIR += py-babel
SUBDIR += py-babelfish
SUBDIR += py-bcdoc
SUBDIR += py-billiard
SUBDIR += py-binplist

View File

@ -0,0 +1,21 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= babelfish
PORTVERSION= 0.1.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Module to work with countries and languages
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (babelfish-0.1.5.tar.gz) = 6c40d31be37cec569101a49b6d89037f0446361bd3a7d9c7c714d04c74cf21d7
SIZE (babelfish-0.1.5.tar.gz) = 74938

View File

@ -0,0 +1,3 @@
BabelFish is a Python library to work with countries and languages.
WWW: https://github.com/Diaoul/babelfish/