freebsd-ports/textproc/py-fluent.syntax/Makefile
Po-Chuan Hsieh 35cd7c24c8
textproc/py-fluent.syntax: Add py-fluent.syntax 0.18.1
Project Fluent is a collection of Python packages to use the Fluent localization
system.

The syntax package includes the parser, serializer, and traversal utilities like
Visitor and Transformer. You're looking for this package if you work on tooling
for Fluent in Python.

WWW: https://github.com/projectfluent/python-fluent
WWW: https://github.com/projectfluent/python-fluent/tree/master/fluent.syntax
2021-09-21 11:35:08 +08:00

19 lines
399 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= fluent.syntax
PORTVERSION= 0.18.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Localization library for expressive translations
LICENSE= APACHE20
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>