Update ports-mgmt/pkg-devel to version 1.4.0.p.a4
[dports.git] / net-im / rubygem-hipchat / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       hipchat
5 PORTVERSION=    0.14.0
6 CATEGORIES=     net-im rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     sunpoet@FreeBSD.org
10 COMMENT=        Ruby library to interact with HipChat
11
12 LICENSE=        MIT
13
14 RUN_DEPENDS=    rubygem-httparty>=0:${PORTSDIR}/www/rubygem-httparty
15
16 USE_RUBY=       yes
17 USE_RUBYGEMS=   yes
18 RUBYGEM_AUTOPLIST=      yes
19
20 .include <bsd.port.mk>