aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-html-pipeline/Makefile
blob: 25c82d0b0510fa8da6220a8c9580640104fb714d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   html-pipeline
PORTVERSION=    2.4.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-activesupport4>=2:devel/rubygem-activesupport4 \
        rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>