forked from Lainports/opnsense-ports
23 lines
503 B
Makefile
23 lines
503 B
Makefile
PORTNAME= Algorithm-Backoff
|
|
PORTVERSION= 0.009
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bokutin@bokut.in
|
|
COMMENT= Various backoff strategies for retry
|
|
WWW= https://metacpan.org/release/Algorithm-Backoff
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
|
|
p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|