diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 11:43:35 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 11:43:35 +0000 |
commit | c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4 (patch) | |
tree | aa141bf97faf2dbf6ab037a0642fcf19860398a4 /lang/rubinius | |
parent | 32803c926fefe1d884ac4e1d198d8f0a928b48d3 (diff) | |
download | ports-c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4.tar.gz ports-c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4.zip |
Notes
Diffstat (limited to 'lang/rubinius')
-rw-r--r-- | lang/rubinius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index 32154544e375..8c23e37df9e0 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -11,7 +11,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ashish@FreeBSD.org COMMENT= LLVM based ruby language implementation -LICENSE= MPL +LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:sysutils/rubygem-bundler \ |