mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Explicitly list the dependency on Class::Load
Reported by: az@
This commit is contained in:
parent
c218cd982b
commit
e9fb909b79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360577
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Pod-Elemental
|
||||
PORTVERSION= 0.103001
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,7 +14,8 @@ COMMENT= Treating a Pod document as a tree of elements
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Mixin-Linewise>0:${PORTSDIR}/devel/p5-Mixin-Linewise \
|
||||
BUILD_DEPENDS= p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load \
|
||||
p5-Mixin-Linewise>0:${PORTSDIR}/devel/p5-Mixin-Linewise \
|
||||
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Moose-Autobox>=0.10:${PORTSDIR}/devel/p5-Moose-Autobox \
|
||||
p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
|
||||
|
|
Loading…
Add table
Reference in a new issue