Michael Moll 0aa4b78c92 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 <ports@toco-domains.de>
Reviewed by:	mat (mentor)
2015-05-13 00:45:28 +00:00

25 lines
675 B
Makefile

# $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 <bsd.port.mk>