Files
ports/textproc/py-trans/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

26 lines
708 B
Makefile

# $FreeBSD$
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>