freebsd-ports/textproc/py-trans/Makefile
Marcus von Appen 1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00

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>