freebsd-ports/net-im/rubygem-hipchat/Makefile
2021-04-06 16:31:07 +02:00

22 lines
435 B
Makefile

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