c9c43d75ca
See https://github.com/MeirKriheli/python-bidi Approved by: tcberner (mentor)
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= python-bidi
|
|
DISTVERSION= 0.4.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Pure python implementation of the BiDi layout algorithm
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|