ec14bcc711
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
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= validates_hostname
|
|
PORTVERSION= 1.0.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Extension to ActiveRecord::Base for validating hostnames
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activerecord52>=3.0:databases/rubygem-activerecord52 \
|
|
rubygem-activesupport52>=3.0:devel/rubygem-activesupport52
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|