freebsd-ports/net-im/rubygem-hipchat/Makefile
Sunpoet Po-Chuan Hsieh 92b33733c1 - Update to 1.5.1
Changes:	https://github.com/hipchat/hipchat-rb/commits/master
PR:		199691
Submitted by:	Michael Fausten <ports@michael-fausten.de>
2015-05-02 16:55:12 +00:00

21 lines
455 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= hipchat
PORTVERSION= 1.5.1
CATEGORIES= net-im rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby library to interact with HipChat
LICENSE= MIT
RUN_DEPENDS= rubygem-httparty>=0:${PORTSDIR}/www/rubygem-httparty \
rubygem-mimemagic>=0:${PORTSDIR}/misc/rubygem-mimemagic
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>