svn commit: r567177 - head/graphics/py-pyx

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:12:16 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:12:09 2021
New Revision: 567177
URL: https://svnweb.freebsd.org/changeset/ports/567177

Log:
  Add LICENSE_FILE

Modified:
  head/graphics/py-pyx/Makefile

Modified: head/graphics/py-pyx/Makefile
==============================================================================
--- head/graphics/py-pyx/Makefile	Wed Mar  3 18:12:05 2021	(r567176)
+++ head/graphics/py-pyx/Makefile	Wed Mar  3 18:12:09 2021	(r567177)
@@ -12,9 +12,10 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python package for creating encapsulated PostScript figures
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python:3.4+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USE_TEX=	latex:build
 
 OPTIONS_DEFINE=	KPATHSEA T1CODE


More information about the svn-ports-all mailing list