mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
23 lines
508 B
Makefile
23 lines
508 B
Makefile
PORTNAME= activemodel
|
|
PORTVERSION= 6.0.6.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 60
|
|
|
|
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-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^6\.0\.
|
|
|
|
.include <bsd.port.mk>
|