freebsd-ports/www/rubygem-pagerduty/Makefile
Sunpoet Po-Chuan Hsieh 7df258b585 - Add rubygem-pagerduty 2.0.0
pagerduty provides a lightweight Ruby interface for calling the PagerDuty
Integration API.

WWW: https://github.com/envato/pagerduty
RG:  https://rubygems.org/gems/pagerduty
2014-09-30 15:23:42 +00:00

20 lines
418 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pagerduty
PORTVERSION= 2.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lightweight interface for calling the PagerDuty Integration API
LICENSE= MIT
RUN_DEPENDS= rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>