svn commit: r440730 - head/devel/py-cachetools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 12 21:51:45 UTC 2017


Author: sunpoet
Date: Fri May 12 21:51:43 2017
New Revision: 440730
URL: https://svnweb.freebsd.org/changeset/ports/440730

Log:
  Add LICENSE
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/py-cachetools/Makefile

Modified: head/devel/py-cachetools/Makefile
==============================================================================
--- head/devel/py-cachetools/Makefile	Fri May 12 21:51:38 2017	(r440729)
+++ head/devel/py-cachetools/Makefile	Fri May 12 21:51:43 2017	(r440730)
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	alexander.nusov at nfvexpress.com
 COMMENT=	Extensible memoizing collections and decorators
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 NO_ARCH=	yes
 
 USES=		python


More information about the svn-ports-all mailing list