aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel50/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-28 22:46:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-28 22:46:28 +0000
commit3a01954c2d790553d030e37be9c5e4fec49d0b86 (patch)
tree625e4ec572ad314a67b4cfc331f751e67268837d /databases/rubygem-activemodel50/Makefile
parent0152da6cff72d0e6011b16a6a349cc6ae0d1bfe4 (diff)
downloadports-3a01954c2d790553d030e37be9c5e4fec49d0b86.tar.gz
ports-3a01954c2d790553d030e37be9c5e4fec49d0b86.zip
Notes
Diffstat (limited to 'databases/rubygem-activemodel50/Makefile')
-rw-r--r--databases/rubygem-activemodel50/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/rubygem-activemodel50/Makefile b/databases/rubygem-activemodel50/Makefile
new file mode 100644
index 000000000000..e102eca7db26
--- /dev/null
+++ b/databases/rubygem-activemodel50/Makefile
@@ -0,0 +1,24 @@
+# Created by: Johannes Meixner <johannes@perceivon.net>
+# $FreeBSD$
+
+PORTNAME= activemodel
+PORTVERSION= 5.0.2
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 50
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Toolkit for building modeling frameworks
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50
+
+PORTSCOUT= limit:^5\.0\.
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>