99cfc34769
- Support stagedir Changes: https://pypi.python.org/pypi/trans#changelog PR: ports/185961 Submitted by: Eero Hanninen <fax@nohik.ee> Approved by: d.pryadko@rambler-co.ru (maintainer timeout, >14 days)
19 lines
339 B
Makefile
19 lines
339 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= trans
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= d.pryadko@rambler-co.ru
|
|
COMMENT= Module for performing transliteration
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYDISTUTILS=yes
|
|
USE_PYTHON= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|