Files
bsdports/rails6/rubygem-globalid/Makefile
2019-12-26 07:26:06 +00:00

20 lines
473 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD: head/databases/rubygem-globalid/Makefile 508525 2019-08-10 22:50:03Z sunpoet $
PORTNAME= globalid
PORTVERSION= 0.4.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= URIs for your models makes it easy to pass references around
RUN_DEPENDS= rubygem-activesupport>=4.2.0:rails6/rubygem-activesupport
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>