aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-six/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-20 21:29:32 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-20 21:29:32 +0000
commitfc2912e6869ad99b4f64628b3b5f13ac90699a06 (patch)
treedc22d563e863857d9cf870b51613aceade2497cc /security/rubygem-six/Makefile
parent2c3678de75e0f72f2893b7db9882d138c0ca70be (diff)
downloadports-fc2912e6869ad99b4f64628b3b5f13ac90699a06.tar.gz
ports-fc2912e6869ad99b4f64628b3b5f13ac90699a06.zip
Very simple authorization gem
WWW: https://github.com/randx/six PR: ports/182690 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes
Notes: svn path=/head/; revision=331063
Diffstat (limited to 'security/rubygem-six/Makefile')
-rw-r--r--security/rubygem-six/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/rubygem-six/Makefile b/security/rubygem-six/Makefile
new file mode 100644
index 000000000000..df18285560f4
--- /dev/null
+++ b/security/rubygem-six/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= six
+PORTVERSION= 0.2.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Very simple authorization gem
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>