Files
ports/databases/rubygem-activemodel70/Makefile
Po-Chuan Hsieh 8dec7dd7c1 databases/rubygem-activemodel70: Add rubygem-activemodel70 7.0.0
Active Model provides a known set of interfaces for usage in model classes. They
allow for Action Pack helpers to interact with non-Active Record models, for
example. Active Model also helps with building custom ORMs for use outside of
the Rails framework.

Active Model provides a default module that implements the basic API required to
integrate with Action Pack out of the box: ActiveModel::API.

WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/main/activemodel
2022-01-12 02:43:50 +08:00

23 lines
433 B
Makefile

PORTNAME= activemodel
PORTVERSION= 7.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 70
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks like Active Record
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^7\.0\.
.include <bsd.port.mk>