diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-07-04 08:59:00 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-07-04 08:59:00 +0000 |
commit | e9fb909b79465b8760c20b9e7942fc123d77a260 (patch) | |
tree | 8f508f6800a5b850f5ae7ff0759e096625ee5a4a /textproc/p5-Pod-Elemental | |
parent | c218cd982b1377bff279de3b2d613c26a864dd99 (diff) | |
download | ports-e9fb909b79465b8760c20b9e7942fc123d77a260.tar.gz ports-e9fb909b79465b8760c20b9e7942fc123d77a260.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Elemental')
-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 \ |