aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-licensee/Makefile
blob: 1eb5ae23c29a3da44300696051f28f691cd3585d (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
25
PORTNAME=	licensee
PORTVERSION=	9.18.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Detects under what license a project is distributed
WWW=		https://github.com/benbalter/licensee

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-dotenv>=2.0<4:misc/rubygem-dotenv \
		rubygem-octokit>=4.20<10:net/rubygem-octokit \
		rubygem-reverse_markdown>=1.0<4:textproc/rubygem-reverse_markdown \
		rubygem-rugged>=0.24<2.0:devel/rubygem-rugged \
		rubygem-thor>=0.19<2.0:devel/rubygem-thor

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/licensee

.include <bsd.port.mk>