* Relax the Python version requirements because support for Python 3 was introduced with the 2.0 release. Also while I'm here: * Mark the port as architecture neutral by adding NO_ARCH * Reset the maintainer due a period of very long absence PR: 230217 Submitted by: Nathan <ndowens@yahoo.com> (based on) Reviewed by: tobik Approved by: maintainer (timeout, more than 11 months)
26 lines
690 B
Makefile
26 lines
690 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= trans
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@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 tar:bzip2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|