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

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>