summaryrefslogtreecommitdiff
path: root/databases/rubygem-globalid-rails5/Makefile
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-05-01 13:42:41 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-05-01 13:42:41 +0000
commit3272a15d44675eda6ae515c9256385f8b87d6a0d (patch)
tree97f2b173dcd4e4cf46447cb978717f85ba5a0c64 /databases/rubygem-globalid-rails5/Makefile
parentUse official tarball from PyPI (diff)
Create and update rails5 ports to prevent installation of the same ports
for rails4 and rails5 Approved by: swills (mentor, implicit)
Notes
Notes: svn path=/head/; revision=439897
Diffstat (limited to 'databases/rubygem-globalid-rails5/Makefile')
-rw-r--r--databases/rubygem-globalid-rails5/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/rubygem-globalid-rails5/Makefile b/databases/rubygem-globalid-rails5/Makefile
new file mode 100644
index 000000000000..063629baade9
--- /dev/null
+++ b/databases/rubygem-globalid-rails5/Makefile
@@ -0,0 +1,22 @@
+# Created by: Johannes Meixner <johannes@perceivon.net>
+# $FreeBSD$
+
+PORTNAME= globalid
+PORTVERSION= 0.4.0
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails5
+
+MAINTAINER= jrm@FreeBSD.org
+COMMENT= URIs for your models makes it easy to pass references around
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>