diff options
author | riggs <riggs@FreeBSD.org> | 2018-02-24 22:35:10 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2018-02-24 22:35:10 +0800 |
commit | 09e416833d063a9919eee3b35b747aecb7c38e24 (patch) | |
tree | fa0ed348cad8ea28dfdcd1741b584feca8a1e0f5 /textproc | |
parent | 3f0233195ba30ced74afce740f2e4e3b1bdba4f7 (diff) | |
download | freebsd-ports-gnome-09e416833d063a9919eee3b35b747aecb7c38e24.tar.gz freebsd-ports-gnome-09e416833d063a9919eee3b35b747aecb7c38e24.tar.zst freebsd-ports-gnome-09e416833d063a9919eee3b35b747aecb7c38e24.zip |
Explain unclear license situation (see Makefile); bump PORTREVISION
PR: 222577
Submitted by: yasu@utahime.org
Reviewed by: riggs
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-trans/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/py-trans/Makefile b/textproc/py-trans/Makefile index 5add1c400872..9154afaf15e7 100644 --- a/textproc/py-trans/Makefile +++ b/textproc/py-trans/Makefile @@ -2,6 +2,7 @@ PORTNAME= trans PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +10,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= d.pryadko@rambler-co.ru COMMENT= Module for performing transliteration -LICENSE= BSD +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= ${_LICENSE_PERMS_DEFAULT} USES= python:2.7 tar:bzip2 USE_PYTHON= autoplist distutils |