aboutsummaryrefslogtreecommitdiff
path: root/lang/v8
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-08 10:05:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-08 10:05:06 +0000
commitf35a01d203f0b33117e32594c82a9432a964d634 (patch)
treec24846604ee46ae57e4c54605ac4fc83f8c8e1aa /lang/v8
parent5c2dd8d491beacb58126fc44f5b9e2034609f4fc (diff)
downloadports-f35a01d203f0b33117e32594c82a9432a964d634.tar.gz
ports-f35a01d203f0b33117e32594c82a9432a964d634.zip
- Add LICENSE
Submitted by: sunpoet (myself) Approved by: vanilla (maintainer)
Notes
Notes: svn path=/head/; revision=343315
Diffstat (limited to 'lang/v8')
-rw-r--r--lang/v8/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile
index 44b93c097d9a..afa50296e0f9 100644
--- a/lang/v8/Makefile
+++ b/lang/v8/Makefile
@@ -9,6 +9,8 @@ MASTER_SITES= LOCAL/vanilla
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Google\'s open source JavaScript engine
+LICENSE= BSD3CLAUSE
+
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo