mirror of https://git.FreeBSD.org/ports.git
18 lines
304 B
Makefile
18 lines
304 B
Makefile
PORTNAME= retryable
|
|
PORTVERSION= 3.0.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Allow for retrying of code blocks
|
|
WWW= https://github.com/nfedyashev/retryable
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|