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

PORTNAME=   html-pipeline-gitlab
PORTVERSION=    0.2.0
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Extension filters for html-pipeline used by GitLab

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

RUN_DEPENDS=    rubygem-actionpack4>=4:www/rubygem-actionpack4 \
        rubygem-gitlab_emoji>=0.1:graphics/rubygem-gitlab_emoji \
        rubygem-html-pipeline>=1.11.0:textproc/rubygem-html-pipeline \
        rubygem-mime-types>=0:misc/rubygem-mime-types \
        rubygem-sanitize>=2.1:textproc/rubygem-sanitize

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>