e3abede8fd
PR: 203978 Submitted by: ports@toco-domains.de Approved by: maintainer(timeout, >30 days)
17 lines
319 B
Makefile
17 lines
319 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= trans
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= d.pryadko@rambler-co.ru
|
|
COMMENT= Module for performing transliteration
|
|
|
|
LICENSE= BSD
|
|
|
|
USES= python tar:bzip2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|