aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
19 lines
340 B
Makefile
19 lines
340 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
|
|
|
|
USES= tar:bzip2
|
|
USE_PYDISTUTILS=yes
|
|
USE_PYTHON= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|