blob: c12801c8935b5406d68066273208fc3daef4750a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= gollum-grit_adapter
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 10
MAINTAINER= mfechner@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:textproc/rubygem-gitlab-grit
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^1\.0\.
.include <bsd.port.mk>
|