freebsd-ports/databases/rubygem-activerecord61/Makefile
Sunpoet Po-Chuan Hsieh 3dba638dea Update to 6.1.2
Changes:	https://github.com/rails/rails/releases
Security:	8e670b85-706e-11eb-abb2-08002728f74c
2021-02-17 18:27:53 +00:00

26 lines
573 B
Makefile

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