mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
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
437 B
Makefile
23 lines
437 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= html-pipeline
|
|
PORTVERSION= 2.10.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= GitHub HTML processing filters and utilities
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport52>=2:devel/rubygem-activesupport52 \
|
|
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|