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:
parent
27921e969f
commit
a47097f833
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331996
@ -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
|
||||
|
21
devel/py-babelfish/Makefile
Normal file
21
devel/py-babelfish/Makefile
Normal 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>
|
2
devel/py-babelfish/distinfo
Normal file
2
devel/py-babelfish/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (babelfish-0.1.5.tar.gz) = 6c40d31be37cec569101a49b6d89037f0446361bd3a7d9c7c714d04c74cf21d7
|
||||
SIZE (babelfish-0.1.5.tar.gz) = 74938
|
3
devel/py-babelfish/pkg-descr
Normal file
3
devel/py-babelfish/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
BabelFish is a Python library to work with countries and languages.
|
||||
|
||||
WWW: https://github.com/Diaoul/babelfish/
|
Loading…
Reference in New Issue
Block a user