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.
This commit is contained in:
Dan Langille 2020-01-07 00:14:02 +00:00
parent d7c7e561d2
commit f22125cac2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522307

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