freebsd-ports/textproc/py-cjkwrap/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>