From 0aa4b78c9207d74b29e94b6c34f0c65077e402a7 Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Wed, 13 May 2015 00:45:28 +0000 Subject: new port: textproc/rubygem-html-pipeline-gitlab Rubygem containing extension filters for html-pipeline used by GitLab WWW: https://gitlab.com/gitlab-org/html-pipeline-gitlab PR: 199917 Differential Revision: https://reviews.freebsd.org/D2529 Submitted by: Torsten Zuehlsdorff Reviewed by: mat (mentor) --- textproc/rubygem-html-pipeline-gitlab/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 textproc/rubygem-html-pipeline-gitlab/Makefile (limited to 'textproc/rubygem-html-pipeline-gitlab/Makefile') diff --git a/textproc/rubygem-html-pipeline-gitlab/Makefile b/textproc/rubygem-html-pipeline-gitlab/Makefile new file mode 100644 index 000000000000..829e9722c06b --- /dev/null +++ b/textproc/rubygem-html-pipeline-gitlab/Makefile @@ -0,0 +1,24 @@ +# $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:${PORTSDIR}/www/rubygem-actionpack4 \ + rubygem-gitlab_emoji>=0.1.0:${PORTSDIR}/graphics/rubygem-gitlab_emoji \ + rubygem-html-pipeline>=1.11.0:${PORTSDIR}/textproc/rubygem-html-pipeline \ + rubygem-mime-types>0:${PORTSDIR}/misc/rubygem-mime-types \ + rubygem-sanitize>=2.1:${PORTSDIR}/textproc/rubygem-sanitize + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include -- cgit v1.2.3