blob: 5171c0f4846b10b93b105743c0aa6e44a045ebf7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= Proc-BackOff
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tj@FreeBSD.org
COMMENT= Perl module that provides methods to backoff on failures
LICENSE= ART10
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|