MFH: r522307

Add missing dependency: devel/p5-Class-Accessor

re: https://metacpan.org/source/DLO/Proc-BackOff-0.02/Build.PL#L11

Encountered this error:

	Base class package "Class::Accessor" is empty.
	    (Perhaps you need to 'use' the module which defines that package first,
	    or make that module available in @INC (@INC contains: /usr/local/sbin/../lib /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30).
	 at /usr/local/lib/perl5/site_perl/Proc/BackOff.pm line 4.

Approved by:	portmgr blanket
This commit is contained in:
Dan Langille 2020-01-07 12:38:59 +00:00
parent ac8ed628a2
commit ee434d2493
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=522331

View File

@ -3,7 +3,7 @@
PORTNAME= Proc-BackOff
PORTVERSION= 0.02
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that provides methods to backoff on failures
RUN_DEPENDS+= p5-Class-Accessor>0:devel/p5-Class-Accessor
LICENSE= ART10
USES= perl5