bentley 8199807eec Import apertium-apy-0.11.5.
Apertium APy, Apertium API in Python, is a web server exposing Apertium
morphological functions including text, document and webpage translation.

ok sthen@
2018-11-20 10:56:21 +00:00

34 lines
803 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/11/20 10:56:21 bentley Exp $
COMMENT = apertium text translation API in Python
DISTNAME = apertium-apy-${MODPY_EGG_VERSION}
MODPY_EGG_VERSION = 0.11.5
CATEGORIES = www
HOMEPAGE = http://wiki.apertium.org/wiki/Apertium-apy
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
# GPLv3 only
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
MODPY_SETUPTOOLS = Yes
BUILD_DEPENDS = databases/sqlite3 \
www/py-tornado${MODPY_FLAVOR}
RUN_DEPENDS = textproc/apertium-lex-tools \
textproc/apertium-streamparser \
textproc/py-chardet${MODPY_FLAVOR} \
textproc/vislcg3 \
www/py-requests${MODPY_FLAVOR} \
www/py-tornado${MODPY_FLAVOR}
TEST_ENV = LC_ALL=en_US.UTF-8
.include <bsd.port.mk>