opnsense-ports/devel/rubygem-retryable/Makefile
Franco Fichtner 2d678fe794 */*: sync with upstream
Taken from: FreeBSD
2016-12-04 12:07:13 +01:00

19 lines
343 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= retryable
PORTVERSION= 2.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Allow for retrying of code blocks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>