aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-gemnasium-gitlab-service/Makefile
blob: e9e61b5e0c896044c579f460eac710883395b122 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$

PORTNAME=   gemnasium-gitlab-service
PORTVERSION=    0.2.6
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Gemnasium support for GitLab projects

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

RUN_DEPENDS=    rubygem-rugged>=0.21:devel/rubygem-rugged

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>