aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-trans/Makefile
blob: e8811f653ccd026c773c74ea7b85f56b59efd3b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $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>