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
23 lines
452 B
Makefile
23 lines
452 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= validate_email
|
|
PORTVERSION= 0.1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Validating email addresses in Rails 3 models
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activemodel52>=3.0:databases/rubygem-activemodel52 \
|
|
rubygem-mail>=2.2.5:mail/rubygem-mail
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|