opnsense-ports/www/rubygem-platform-api/Makefile
Franco Fichtner 3322da1971 */*: sync with upstream
Taken from: HardenedBSD
2019-07-08 05:49:29 +02:00

24 lines
460 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= platform-api
PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby HTTP client for the Heroku API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-heroics>=0.0.25:www/rubygem-heroics \
rubygem-moneta>=1.0.0:devel/rubygem-moneta
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>