freebsd-ports/databases/rubygem-activerecord60/Makefile
Sunpoet Po-Chuan Hsieh 67db8783ba Update to 6.0.3.5
Changes:	https://github.com/rails/rails/releases
Security:	8e670b85-706e-11eb-abb2-08002728f74c
2021-02-17 18:26:35 +00:00

26 lines
575 B
Makefile

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