1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/www/rubygem-pagerduty/Makefile
2021-04-06 16:31:07 +02:00

22 lines
414 B
Makefile

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