opnsense-ports/www/rubygem-gitlab-gollum-lib/Makefile
Franco Fichtner 9a0e15ff25 */*: sync with upstream
Taken from: FreeBSD
2015-08-03 07:41:06 +02:00

26 lines
758 B
Makefile

# $FreeBSD$
PORTNAME= gitlab-gollum-lib
PORTVERSION= 1.1.0
PORTREVISION= 3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple, Git-powered wiki with a sweet API and local frontend
LICENSE= MIT
RUN_DEPENDS= rubygem-github-markdown>=0.5.3:${PORTSDIR}/textproc/rubygem-github-markdown \
rubygem-github-markup>=0.7.5:${PORTSDIR}/textproc/rubygem-github-markup \
rubygem-gitlab-grit>=2.6.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \
rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-sanitize>=2.0.3:${PORTSDIR}/textproc/rubygem-sanitize \
rubygem-stringex>=1.5.1:${PORTSDIR}/devel/rubygem-stringex
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>