svn commit: r564285 - head/mail/py-flanker

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 6 20:46:53 UTC 2021


Author: sunpoet
Date: Sat Feb  6 20:46:47 2021
New Revision: 564285
URL: https://svnweb.freebsd.org/changeset/ports/564285

Log:
  Add CCHARDET option

Modified:
  head/mail/py-flanker/Makefile

Modified: head/mail/py-flanker/Makefile
==============================================================================
--- head/mail/py-flanker/Makefile	Sat Feb  6 20:46:41 2021	(r564284)
+++ head/mail/py-flanker/Makefile	Sat Feb  6 20:46:47 2021	(r564285)
@@ -28,4 +28,9 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	CCHARDET
+CCHARDET_DESC=	Character encoding detection via cchardet
+
+CCHARDET_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cchardet>=0.3.5:textproc/py-cchardet@${PY_FLAVOR}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list