freebsd-ports/textproc/py-trans/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
695 B
Makefile

PORTNAME= trans
PORTVERSION= 2.1.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for performing transliteration
LICENSE= BSDunclear
LICENSE_NAME= Unclear BSD License
LICENSE_TEXT= License of this software is declared as 'BSD' in CHANGELOG. \
But it is not clear which versions of the BSD license (2, \
3 or 4 clause) it is. No further file (except CHANGELOG) in \
the source archive contains license information.
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= python:3.6+ tar:bzip2
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>