9a1e063a2c
- 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)
22 lines
432 B
Makefile
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>
|