aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel613/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-activemodel613/Makefile')
-rw-r--r--databases/rubygem-activemodel613/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/rubygem-activemodel613/Makefile b/databases/rubygem-activemodel613/Makefile
new file mode 100644
index 000000000000..4b30d701cce7
--- /dev/null
+++ b/databases/rubygem-activemodel613/Makefile
@@ -0,0 +1,24 @@
+# Created by: Johannes Meixner <johannes@perceivon.net>
+
+PORTNAME= activemodel
+PORTVERSION= 6.1.3.2
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 613
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Toolkit for building modeling frameworks
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-activesupport613>=${PORTVERSION}:devel/rubygem-activesupport613
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^6\.1\.
+
+.include <bsd.port.mk>