blob: 616a0a2473c96da8e9b0c3f48f19779a569635b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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>
|