diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-13 10:17:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-13 10:17:30 +0800 |
commit | a68347b6062c0000a3b5d02a41653158805141e3 (patch) | |
tree | 12992d4289475bf0ef6434eb67220bdd0de8c863 /lang/ruby19 | |
parent | 4de3e901c7e326b2e36e9b02ea9abbc78e4cb173 (diff) | |
download | freebsd-ports-gnome-a68347b6062c0000a3b5d02a41653158805141e3.tar.gz freebsd-ports-gnome-a68347b6062c0000a3b5d02a41653158805141e3.tar.zst freebsd-ports-gnome-a68347b6062c0000a3b5d02a41653158805141e3.zip |
- Update LICENSE
Discussed with: eadler
Diffstat (limited to 'lang/ruby19')
-rw-r--r-- | lang/ruby19/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile index 6c3105a1e123..13272e20b0c5 100644 --- a/lang/ruby19/Makefile +++ b/lang/ruby19/Makefile @@ -14,7 +14,8 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT?= Object-oriented interpreted scripting language -LICENSE= RUBY +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libffi.so:${PORTSDIR}/devel/libffi \ |