diff options
-rw-r--r-- | devel/rubygem-thread_safe/Makefile | 3 |
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> |