1fd066ebe5
With hat: python@
17 lines
317 B
Makefile
17 lines
317 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= python tar:bzip2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|