summaryrefslogtreecommitdiff
path: root/www/rubygem-gitlab-gollum-lib/Makefile
blob: b9beee06efc74803ae26568a95ef7058028f35ca (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
# $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
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-github-markdown>=0.5.3:textproc/rubygem-github-markdown \
		rubygem-github-markup>=0.7.5:textproc/rubygem-github-markup \
		rubygem-gitlab-grit>=2.6.1:textproc/rubygem-gitlab-grit \
		rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri \
		rubygem-sanitize>=2.0.3:textproc/rubygem-sanitize \
		rubygem-stringex>=1.5.1:devel/rubygem-stringex

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

.include <bsd.port.mk>