aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-mutex_m/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-mutex_m/Makefile')
-rw-r--r--devel/rubygem-mutex_m/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rubygem-mutex_m/Makefile b/devel/rubygem-mutex_m/Makefile
new file mode 100644
index 000000000000..324cf27c5f75
--- /dev/null
+++ b/devel/rubygem-mutex_m/Makefile
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= mutex_m
+PORTVERSION= 0.1.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Mixin to extend objects to be handled like a Mutex
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>