aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-gollum-grit_adapter/Makefile
blob: 4262724453ffbdbbc3633699d5e9abbfbe26610d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	gollum-grit_adapter
PORTVERSION=	2.0.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Adapter for Gollum to use Grit at the backend
WWW=		https://github.com/gollum/grit_adapter

LICENSE=	MIT

RUN_DEPENDS=	rubygem-gitlab-grit>=2.7.1<3:textproc/rubygem-gitlab-grit

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>