aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-gitlab-gollum-lib/Makefile
blob: 0a81a05ab784a4a77b5f8422d44ca536a2c08c4b (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
26
27
28
# $FreeBSD$

PORTNAME=	gitlab-gollum-lib
PORTVERSION=	4.2.7.10.gitlab.1
PORTREVISION=	0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Simple, Git-powered wiki with a sweet API and local frontend

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-gemojione32>=3.2<4:graphics/rubygem-gemojione32 \
		rubygem-gitlab-markup>=1.6<2:textproc/rubygem-gitlab-markup \
		rubygem-gitlab-gollum-rugged_adapter>=0.4.4.3.gitlab.1<0.4.5:www/rubygem-gitlab-gollum-rugged_adapter \
		rubygem-nokogiri>=1.6.1<2.0:textproc/rubygem-nokogiri \
		rubygem-rouge>=3.1<4:textproc/rubygem-rouge \
		rubygem-sanitize>=4.6.4:textproc/rubygem-sanitize \
		rubygem-stringex>=2.6<3,1:devel/rubygem-stringex

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>