diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-05 20:13:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-05 20:13:15 +0800 |
commit | 131585b49f932cb707a3002e57c52d6cdde66954 (patch) | |
tree | 422cf7c565d1f497a1f4a73fb55b3cbf7ecc03ef /www/node012/Makefile | |
parent | b570b6324b79d6e79510086229302ab7ade9c536 (diff) | |
download | freebsd-ports-graphics-131585b49f932cb707a3002e57c52d6cdde66954.tar.gz freebsd-ports-graphics-131585b49f932cb707a3002e57c52d6cdde66954.tar.zst freebsd-ports-graphics-131585b49f932cb707a3002e57c52d6cdde66954.zip |
- Add LICENSE_FILE
Approved by: portmgr (blanket)
Diffstat (limited to 'www/node012/Makefile')
-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 96618ba60bc..0681cc08ea2 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 |