1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/lang/p5-Try-Tiny-Retry/Makefile
2021-04-06 16:31:07 +02:00

21 lines
410 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= Try-Tiny-Retry
PORTVERSION= 0.004
PORTREVISION= 1
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extends Try::Tiny to allow retries
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Try-Tiny>0:lang/p5-Try-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>