diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-08 18:05:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-08 18:05:06 +0800 |
commit | e15ac8a9812fd9b0df498267676d502040a3a22f (patch) | |
tree | c24846604ee46ae57e4c54605ac4fc83f8c8e1aa /lang/v8 | |
parent | 7ad9f93ba0dd2dcac4b3b32643d0e3a31c7dbd70 (diff) | |
download | freebsd-ports-gnome-e15ac8a9812fd9b0df498267676d502040a3a22f.tar.gz freebsd-ports-gnome-e15ac8a9812fd9b0df498267676d502040a3a22f.tar.zst freebsd-ports-gnome-e15ac8a9812fd9b0df498267676d502040a3a22f.zip |
- Add LICENSE
Submitted by: sunpoet (myself)
Approved by: vanilla (maintainer)
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 |