freebsd-ports/textproc/py-trans/Makefile
Ruslan Makhmatkhanov 9a1e063a2c - update to 1.5.1
- remove local patch

The only change in this release that it adds missing files to fix build.

PR:		171806
Submitted by:	rm (myself)
Approved by:	Dmitry Pryadko <d.pryadko at rambler-co dot ru> (maintainer)
2012-09-20 08:53:45 +00:00

22 lines
432 B
Makefile

# $FreeBSD$
PORTNAME= trans
PORTVERSION= 1.5.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= d.pryadko@rambler-co.ru
COMMENT= Module for performing transliteration
LICENSE= BSD
PLIST_FILES= %%PYTHON_SITELIBDIR%%/trans.py \
%%PYTHON_SITELIBDIR%%/trans.pyc \
%%PYTHON_SITELIBDIR%%/trans.pyo
USE_BZIP2= yes
USE_PYTHON= -2.7
USE_PYDISTUTILS=yes
.include <bsd.port.mk>