svn commit: r360577 - head/textproc/p5-Pod-Elemental
Frederic Culot
culot at FreeBSD.org
Fri Jul 4 08:59:00 UTC 2014
Author: culot
Date: Fri Jul 4 08:59:00 2014
New Revision: 360577
URL: http://svnweb.freebsd.org/changeset/ports/360577
QAT: https://qat.redports.org/buildarchive/r360577/
Log:
- Explicitly list the dependency on Class::Load
Reported by: az@
Modified:
head/textproc/p5-Pod-Elemental/Makefile
Modified: head/textproc/p5-Pod-Elemental/Makefile
==============================================================================
--- head/textproc/p5-Pod-Elemental/Makefile Fri Jul 4 08:47:20 2014 (r360576)
+++ head/textproc/p5-Pod-Elemental/Makefile Fri Jul 4 08:59:00 2014 (r360577)
@@ -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 tr
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 \
More information about the svn-ports-all
mailing list