opnsense-ports/textproc/rubygem-html-pipeline/Makefile
Franco Fichtner 4aa2250de0 */*: sync with upstream
Taken from: FreeBSD
2015-05-11 09:42:29 +02: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>