freebsd-ports/net-im/rubygem-hipchat15/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

24 lines
430 B
Makefile

# $FreeBSD$
PORTNAME= hipchat
PORTVERSION= 1.5.4
CATEGORIES= net-im rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 15
MAINTAINER= mfechner@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
PORTSCOUT= limit:^1\.5
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>