aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-gitlab-gollum-rugged_adapter/Makefile
blob: c35d97b73827c111a1e6570217ee27c3891eac73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	gitlab-gollum-rugged_adapter
PORTVERSION=	0.4.4.4.gitlab.1
PORTREVISION=	0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Adapter for Gollum to use Rugged (libgit2) at the backend

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-mime-types>=1.15:misc/rubygem-mime-types \
		rubygem-rugged>=1.0<2:devel/rubygem-rugged

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>