aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-webfinger/Makefile
blob: 26204f9e3be40201dab387f50053a199da027155 (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
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	webfinger
PORTVERSION=	1.1.0
PORTREVISION=	2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	WebFinger client library

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

RUN_DEPENDS=	rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \
		rubygem-httpclient>=2.4:www/rubygem-httpclient

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>