diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-12-11 23:07:43 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-12-11 23:07:43 +0000 |
commit | 2a0772d86176f990782e15659815343f443aee55 (patch) | |
tree | bb834fccb10b0fe60136096aa842483a81d6df53 /lang/ruby19 | |
parent | LEGAL: sync LEGAL text (diff) |
Templates, Mk/ lang/ruby*: add the RUBY license
The current Ruby license is an optional choice of BSD-2-Clause and the 'Ruby'
license. This is not OSI approved.
Approved by: portmgr (tabthorpe)
Notes
Notes:
svn path=/head/; revision=336235
Diffstat (limited to 'lang/ruby19')
-rw-r--r-- | lang/ruby19/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile index 157665ea4459..6c3105a1e123 100644 --- a/lang/ruby19/Makefile +++ b/lang/ruby19/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT?= Object-oriented interpreted scripting language +LICENSE= RUBY + LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libffi.so:${PORTSDIR}/devel/libffi \ libyaml.so:${PORTSDIR}/textproc/libyaml |