diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-04 03:16:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-04 03:16:16 +0800 |
commit | 35f274954441fc7724363aacbeff510723b4d0de (patch) | |
tree | 8e6a1563abd0443ff5b4d44e96457da3d0b5c5d1 /devel | |
parent | f10202f50fb89c43fd957d8e118c21498b0d6ff8 (diff) | |
download | freebsd-ports-gnome-35f274954441fc7724363aacbeff510723b4d0de.tar.gz freebsd-ports-gnome-35f274954441fc7724363aacbeff510723b4d0de.tar.zst freebsd-ports-gnome-35f274954441fc7724363aacbeff510723b4d0de.zip |
Add LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-virtualenv-clone/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-virtualenv-clone/Makefile b/devel/py-virtualenv-clone/Makefile index 933203162b39..007932d9ee84 100644 --- a/devel/py-virtualenv-clone/Makefile +++ b/devel/py-virtualenv-clone/Makefile @@ -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 |