opnsense-ports/databases/rubygem-activemodel61/Makefile
Franco Fichtner 01fd01e51e */*: sync with upstream
Taken from: FreeBSD
2024-06-06 18:55:27 +02:00

23 lines
508 B
Makefile

PORTNAME= activemodel
PORTVERSION= 6.1.7.8
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks
WWW= https://github.com/rails/rails/tree/main/activemodel \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^6\.1\.
.include <bsd.port.mk>