diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-08 10:05:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-08 10:05:06 +0000 |
commit | f35a01d203f0b33117e32594c82a9432a964d634 (patch) | |
tree | c24846604ee46ae57e4c54605ac4fc83f8c8e1aa /lang/v8 | |
parent | 5c2dd8d491beacb58126fc44f5b9e2034609f4fc (diff) | |
download | ports-f35a01d203f0b33117e32594c82a9432a964d634.tar.gz ports-f35a01d203f0b33117e32594c82a9432a964d634.zip |
Notes
Diffstat (limited to 'lang/v8')
-rw-r--r-- | lang/v8/Makefile | 2 |
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 |