mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
This commit is contained in:
parent
c2854c249a
commit
7df258b585
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369622
4 changed files with 28 additions and 0 deletions
|
@ -1828,6 +1828,7 @@
|
||||||
SUBDIR += rubygem-net-http-persistent25
|
SUBDIR += rubygem-net-http-persistent25
|
||||||
SUBDIR += rubygem-nicovideo
|
SUBDIR += rubygem-nicovideo
|
||||||
SUBDIR += rubygem-ntlm-http
|
SUBDIR += rubygem-ntlm-http
|
||||||
|
SUBDIR += rubygem-pagerduty
|
||||||
SUBDIR += rubygem-passenger
|
SUBDIR += rubygem-passenger
|
||||||
SUBDIR += rubygem-puma
|
SUBDIR += rubygem-puma
|
||||||
SUBDIR += rubygem-puma16
|
SUBDIR += rubygem-puma16
|
||||||
|
|
20
www/rubygem-pagerduty/Makefile
Normal file
20
www/rubygem-pagerduty/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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>
|
2
www/rubygem-pagerduty/distinfo
Normal file
2
www/rubygem-pagerduty/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/pagerduty-2.0.0.gem) = fb84e39aeb0ed16cb8467140dfd3f09adb3b90a6230593e17aa3722de442baa9
|
||||||
|
SIZE (rubygem/pagerduty-2.0.0.gem) = 10752
|
5
www/rubygem-pagerduty/pkg-descr
Normal file
5
www/rubygem-pagerduty/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
pagerduty provides a lightweight Ruby interface for calling the PagerDuty
|
||||||
|
Integration API.
|
||||||
|
|
||||||
|
WWW: https://github.com/envato/pagerduty
|
||||||
|
RG: https://rubygems.org/gems/pagerduty
|
Loading…
Add table
Reference in a new issue