freebsd-ports/databases/rubygem-activerecord52/Makefile
Sunpoet Po-Chuan Hsieh 7de3fc142d Update to 5.2.4.5
Changes:	https://github.com/rails/rails/releases
Security:	8e670b85-706e-11eb-abb2-08002728f74c
2021-02-17 18:24:51 +00:00

27 lines
620 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 5.2.4.5
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 52
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Object-relational mapping layer for Rails MVC Framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activemodel52>=${PORTVERSION}:databases/rubygem-activemodel52 \
rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \
rubygem-arel>=9.0:databases/rubygem-arel
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^5\.2\.
.include <bsd.port.mk>