mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
20 lines
442 B
Makefile
20 lines
442 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD:ruby/Makefile 452879 2017-10-25 18:29:04Z sunpoet $
|
|
|
|
PORTNAME= globalid
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= URIs for your models makes it easy to pass references around
|
|
|
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=4.2.0:ruby/rubygem-activesupport4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|