2017-05-01 15:42:41 +02:00
|
|
|
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
|
|
|
|
|
|
PORTNAME= globalid
|
2019-02-08 21:55:18 +01:00
|
|
|
PORTVERSION= 0.4.2
|
2017-05-01 15:42:41 +02:00
|
|
|
CATEGORIES= databases rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
PKGNAMESUFFIX= -rails5
|
|
|
|
|
2019-08-11 00:50:07 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2017-05-01 15:42:41 +02:00
|
|
|
COMMENT= URIs for your models makes it easy to pass references around
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
|
2019-08-11 00:50:07 +02:00
|
|
|
RUN_DEPENDS= rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5
|
2017-05-01 15:42:41 +02:00
|
|
|
|
|
|
|
USES= gem
|
2019-02-08 21:55:18 +01:00
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2017-05-01 15:42:41 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|