ports/textproc/rubygem-html-pipeline1/Makefile
Steve Wills 197cdaaff4 textproc/rubygem-html-pipeline1: clone of textproc/rubygem-html-pipeline at version 1.x
PR:		207799
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
2016-03-28 02:22:56 +00:00

23 lines
489 B
Makefile

# $FreeBSD$
PORTNAME= html-pipeline
PORTVERSION= 1.11.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= ruby@FreeBSD.org
COMMENT= GitHub HTML processing filters and utilities
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport4>=2:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>