aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-gollum-rugged_adapter/Makefile
blob: 3c33283cacc486685cf87cd1ab882df552d10454 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>

PORTNAME=	gollum-rugged_adapter
PORTVERSION=	0.4.4
PORTREVISION=	2
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@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:devel/rubygem-rugged

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>