aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-case_transform/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-case_transform/Makefile')
-rw-r--r--textproc/rubygem-case_transform/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/rubygem-case_transform/Makefile b/textproc/rubygem-case_transform/Makefile
new file mode 100644
index 000000000000..04e9f22a2776
--- /dev/null
+++ b/textproc/rubygem-case_transform/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= case_transform
+PORTVERSION= 0.2
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= jrm@FreeBSD.org
+COMMENT= Extraction of the key_transform abilities of ActiveModelSerializers
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>