diff options
Diffstat (limited to 'textproc/p5-Pod-Elemental/Makefile')
-rw-r--r-- | textproc/p5-Pod-Elemental/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Elemental/Makefile b/textproc/p5-Pod-Elemental/Makefile index 13e92cd05cee..83999b91aa6b 100644 --- a/textproc/p5-Pod-Elemental/Makefile +++ b/textproc/p5-Pod-Elemental/Makefile @@ -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 \ |