aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2014-07-04 16:59:00 +0800
committerculot <culot@FreeBSD.org>2014-07-04 16:59:00 +0800
commitb09384d960811396df7255e05da7f82ec4013493 (patch)
tree8f508f6800a5b850f5ae7ff0759e096625ee5a4a /textproc
parent777740adefaeaa71eed1e3eb7272d1d219ce9dbc (diff)
downloadfreebsd-ports-gnome-b09384d960811396df7255e05da7f82ec4013493.tar.gz
freebsd-ports-gnome-b09384d960811396df7255e05da7f82ec4013493.tar.zst
freebsd-ports-gnome-b09384d960811396df7255e05da7f82ec4013493.zip
- Explicitly list the dependency on Class::Load
Reported by: az@
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Pod-Elemental/Makefile4
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 \