freebsd-ports/textproc/rubygem-html-pipeline/Makefile
2017-09-22 09:14:13 +00:00

21 lines
417 B
Makefile

# $FreeBSD$
PORTNAME= html-pipeline
PORTVERSION= 2.7.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-activesupport4>=2:devel/rubygem-activesupport4 \
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>