freebsd-ports/textproc/py-cjkwrap/Makefile

19 lines
416 B
Makefile
Raw Normal View History

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>