1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Explicitly list the dependency on Class::Load

Reported by:	az@
This commit is contained in:
Frederic Culot 2014-07-04 08:59:00 +00:00
parent c218cd982b
commit e9fb909b79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360577

View File

@ -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 \