freebsd-ports/textproc/rubygem-html-pipeline/Makefile
Michael Moll cff01aa734 new port: textproc/rubygem-html-pipeline
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)
2015-05-10 23:38:53 +00:00

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>