svn commit: r463698 - head/dns/py-idna

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 6 08:33:08 UTC 2018


Author: amdmi3
Date: Tue Mar  6 08:33:07 2018
New Revision: 463698
URL: https://svnweb.freebsd.org/changeset/ports/463698

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/dns/py-idna/Makefile

Modified: head/dns/py-idna/Makefile
==============================================================================
--- head/dns/py-idna/Makefile	Tue Mar  6 08:28:27 2018	(r463697)
+++ head/dns/py-idna/Makefile	Tue Mar  6 08:33:07 2018	(r463698)
@@ -10,6 +10,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Internationalized Domain Names in Applications (IDNA)
 
+LICENSE=	BSD3CLAUSE PSFL
+LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
+
 USES=		python	# Actually, 2.6-2.7,3.3-3.6
 USE_PYTHON=	autoplist concurrent distutils
 


More information about the svn-ports-head mailing list