2016-06-23 11:48:53 +02:00
|
|
|
# Created by: Johannes Meixner <johannes@perceivon.net>
|
2015-06-10 20:09:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= globalid
|
2019-02-08 21:55:13 +01:00
|
|
|
PORTVERSION= 0.4.2
|
2015-06-10 20:09:37 +02:00
|
|
|
CATEGORIES= databases rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= URIs for your models makes it easy to pass references around
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-11-12 22:41:49 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
2015-06-10 20:09:37 +02:00
|
|
|
|
2017-04-17 18:06:41 +02:00
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4
|
2015-06-10 20:09:37 +02:00
|
|
|
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2019-02-08 21:55:13 +01:00
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2015-06-10 20:09:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|