aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-13 21:53:41 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-13 21:53:41 +0800
commitd17022cadd88171b1ba55be52777a1af892a768a (patch)
tree2b36daec2534aa8b2a424fa9d18d7979f316b112 /devel
parent70b1e10a3309a3b28de62035757b03d4fa4d4978 (diff)
downloadfreebsd-ports-gnome-d17022cadd88171b1ba55be52777a1af892a768a.tar.gz
freebsd-ports-gnome-d17022cadd88171b1ba55be52777a1af892a768a.tar.zst
freebsd-ports-gnome-d17022cadd88171b1ba55be52777a1af892a768a.zip
- Add LICENSE
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-debug_inspector/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/rubygem-debug_inspector/Makefile b/devel/rubygem-debug_inspector/Makefile
index 3267b5ef3c02..6f08f011b40c 100644
--- a/devel/rubygem-debug_inspector/Makefile
+++ b/devel/rubygem-debug_inspector/Makefile
@@ -8,8 +8,10 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for the MRI 2.0 debug_inspector API
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>