aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-swd/Makefile
blob: d45942dc8deae870670de93d9df709b32cd3bac4 (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
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	swd
PORTVERSION=	1.1.2
PORTREVISION=	2
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Simple Web Discovery Client Library

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activesupport61>=3:devel/rubygem-activesupport61 \
		rubygem-attr_required>=0.0.5:devel/rubygem-attr_required \
		rubygem-httpclient>=2.4:www/rubygem-httpclient

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>