freebsd-ports/databases/rubygem-seed-fu/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

23 lines
432 B
Makefile

# $FreeBSD$
PORTNAME= seed-fu
PORTVERSION= 2.3.9
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library to maintain seed datas
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activerecord52>=3.1:databases/rubygem-activerecord52 \
rubygem-activesupport52>=3.1:devel/rubygem-activesupport52
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>