aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-21 02:32:13 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-21 02:32:13 +0800
commitc5c4076e02cf7533c15d5ff65675d724be244987 (patch)
treee3c6f6a3171e41a767d31b290a08e05421fe538f /devel
parent5f866f8953455e6426d49f447b1310e212ca798c (diff)
downloadfreebsd-ports-gnome-c5c4076e02cf7533c15d5ff65675d724be244987.tar.gz
freebsd-ports-gnome-c5c4076e02cf7533c15d5ff65675d724be244987.tar.zst
freebsd-ports-gnome-c5c4076e02cf7533c15d5ff65675d724be244987.zip
- Add LICENSE
- Remove contiguous blank lines
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-thread_safe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-thread_safe/Makefile b/devel/rubygem-thread_safe/Makefile
index e6e410a695f8..846d0fbce092 100644
--- a/devel/rubygem-thread_safe/Makefile
+++ b/devel/rubygem-thread_safe/Makefile
@@ -9,11 +9,12 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Thread-safe collections and utilities for Ruby
+LICENSE= AL2
+
RUN_DEPENDS= rubygem-atomic>=0:${PORTSDIR}/devel/rubygem-atomic
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-
.include <bsd.port.mk>