forked from Lainports/freebsd-ports
GitHub HTML processing filters and utilities WWW: https://github.com/jch/html-pipeline PR: 199820 Differential Revision: https://reviews.freebsd.org/D2508 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: swills (mentor)
21 lines
457 B
Makefile
21 lines
457 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= html-pipeline
|
|
PORTVERSION= 1.11.0
|
|
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-activesupport>=2:${PORTSDIR}/devel/rubygem-activesupport \
|
|
rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|