forked from Lainports/freebsd-ports
17 lines
329 B
Makefile
17 lines
329 B
Makefile
PORTNAME= pagerduty
|
|
PORTVERSION= 4.0.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Lightweight interface for calling the PagerDuty Integration API
|
|
WWW= https://github.com/envato/pagerduty
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|