aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Try-Tiny-Retry/Makefile
blob: 42524839bf2a3c52bb67519733e5c6971804a007 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>