Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2018 19:16:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463527 - head/devel/py-virtualenv-clone
Message-ID:  <201803031916.w23JGGlE097953@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar  3 19:16:16 2018
New Revision: 463527
URL: https://svnweb.freebsd.org/changeset/ports/463527

Log:
  Add LICENSE
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/py-virtualenv-clone/Makefile

Modified: head/devel/py-virtualenv-clone/Makefile
==============================================================================
--- head/devel/py-virtualenv-clone/Makefile	Sat Mar  3 19:16:11 2018	(r463526)
+++ head/devel/py-virtualenv-clone/Makefile	Sat Mar  3 19:16:16 2018	(r463527)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Python virtualenv cloning script
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 # Python3 ready
 USES=		python
 USE_PYTHON=	distutils autoplist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803031916.w23JGGlE097953>