aboutsummaryrefslogtreecommitdiff
path: root/net-im/rubygem-hipchat/Makefile
blob: fd86803fcaf1672613c14e1e474c3d156daa3571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	hipchat
PORTVERSION=	1.6.0
CATEGORIES=	net-im rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby library to interact with HipChat
WWW=		https://github.com/hipchat/hipchat-rb

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-httparty>=0:www/rubygem-httparty \
		rubygem-mimemagic>=0:misc/rubygem-mimemagic

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>