21 lines
417 B
Makefile
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>
|