mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
473 B
Makefile
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:rails5/rubygem-activesupport
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|