diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-05 20:13:15 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-05 20:13:15 +0800 |
commit | cdc391fb683bae7b9d713972128379d694a60416 (patch) | |
tree | 422cf7c565d1f497a1f4a73fb55b3cbf7ecc03ef | |
parent | a8df7c5378bd1dcfd16e829dfd9fa5957d10c024 (diff) | |
download | freebsd-ports-gnome-cdc391fb683bae7b9d713972128379d694a60416.tar.gz freebsd-ports-gnome-cdc391fb683bae7b9d713972128379d694a60416.tar.zst freebsd-ports-gnome-cdc391fb683bae7b9d713972128379d694a60416.zip |
- Add LICENSE_FILE
Approved by: portmgr (blanket)
-rw-r--r-- | www/node012/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/node012/Makefile b/www/node012/Makefile index 96618ba60bce..0681cc08ea2f 100644 --- a/www/node012/Makefile +++ b/www/node012/Makefile @@ -12,6 +12,7 @@ MAINTAINER= linpct@gmail.com COMMENT= V8 JavaScript for client and server LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler execinfo gmake python:2 HAS_CONFIGURE= yes |