mirror of https://git.FreeBSD.org/ports.git
21 lines
442 B
Makefile
21 lines
442 B
Makefile
PORTNAME= globalid
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails-gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= URIs for your models makes it easy to pass references around
|
|
WWW= https://github.com/rails/globalid
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport-gitlab>=6.1:devel/rubygem-activesupport-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|