Po-Chuan Hsieh 4d88ece2a6
databases/rubygem-globalid-rails72: Add rubygem-globalid-rails72 1.2.1
URIs for your models makes it easy to pass references around.
2024-09-18 14:13:03 +08:00

21 lines
426 B
Makefile

PORTNAME= globalid
PORTVERSION= 1.2.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails72
MAINTAINER= sunpoet@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-activesupport72>=6.1:devel/rubygem-activesupport72
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>