diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-25 19:55:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-25 19:55:35 +0000 |
commit | 2d1f3b96ed4ec596948e60b0bda2e8bdeba906dc (patch) | |
tree | 91b839df2580878614c120095b789aee1e382924 /lang/jruby | |
parent | 5b06fca08a91047837e3e40be2545fdbf5ce76e6 (diff) | |
download | freebsd-ports-2d1f3b96ed4ec596948e60b0bda2e8bdeba906dc.zip |
- Add LICENSE
Diffstat (limited to 'lang/jruby')
-rw-r--r-- | lang/jruby/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index 75306e4ce997..842938108d98 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Implementation of Ruby Interpreter in Pure Java +LICENSE= EPL GPLv2 LGPL21 +LICENSE_COMB= dual + RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USES= cpe |