blob: d52c4e6e0a53290f3c1cf19f4bd424157f7d28dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= html-pipeline
PORTVERSION= 2.14.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= GitHub HTML processing filters and utilities
WWW= https://github.com/jch/html-pipeline
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport-gitlab>=2:devel/rubygem-activesupport-gitlab \
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|