aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-gitlab-linguist/Makefile
blob: 0bb1e963bd95365fd44e0d9d31b9c489d18e9e40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=   gitlab-linguist
PORTVERSION=    3.0.1
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    GitHub Language detection

LICENSE=    MIT

RUN_DEPENDS=    rubygem-charlock_holmes>=0.6.6:textproc/rubygem-charlock_holmes \
        rubygem-escape_utils-rails4>=0.2.4:textproc/rubygem-escape_utils-rails4 \
        rubygem-mime-types1>=1.19:misc/rubygem-mime-types1

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/linguist

.include <bsd.port.mk>