freebsd-ports/databases/rubygem-state_machines-activemodel/Makefile
Matthias Fechner ec14bcc711 Change rubygem ports required by www/gitlab-ce to rails52.
Currently a lot of ports www/gitlab-ce is using pulls rails 5.0 and 5.2 ports as dependencies in.
To reduce the number of ports required, the attached patch switches all required ports to rails 5.2.

I carefully tested it, if I oversaw a port, please let me know.

Differential Revision:	https://reviews.freebsd.org/D22220
2019-12-07 10:31:38 +00:00

24 lines
550 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= state_machines-activemodel
PORTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Support for creating state machines for attributes on ActiveModel
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activemodel52>=4.1:databases/rubygem-activemodel52 \
rubygem-state_machines>=0.5.0:devel/rubygem-state_machines
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>