cf118ccf87
Reported by: lwhsu
18 lines
416 B
Makefile
18 lines
416 B
Makefile
PORTNAME= cjkwrap
|
|
DISTVERSION= 2.2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= CJKwrap-${DISTVERSION}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Library for wrapping and filling CJK text in Python
|
|
|
|
LICENSE= LGPL3+
|
|
LICENSE_FILE= ${WRKSRC}/licenses/COPYING.LESSER
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|