perl_build/run_depends question
Aaron Dalton
aaron at freebsd.org
Fri Feb 17 16:41:11 PST 2006
I am using the new perl_build/run_depends in a port I'm working on.
What I am seeing though is that when I type 'make', it recognizes the
depency isn't there, goes and builds it, but never actually installs the
dependency. Thus my port build always fails. What am I missing?
Here's a Makefile extract. Thanks for your time!
PERL_BUILD_DEPENDS= File-Spec:${PORTSDIR}/devel/p5-PathTools \
List-Util:${PORTSDIR}/lang/p5-Scalar-List-Utils \
File-Slurp:${PORTSDIR}/devel/p5-File-Slurp \
File-Find-Rule:${PORTSDIR}/devel/p5-File-Find-Rule \
Getopt-Long:${PORTSDIR}/devel/p5-Getopt-Long \
Config-Tiny:${PORTSDIR}/devel/p5-Config-Tiny \
Params-Util:${PORTSDIR}/devel/p5-Params-Util \
Class-Autouse:${PORTSDIR}/devel/p5-Class-Autouse \
Algorithm-Dependency:${PORTSDIR}/devel/p5-Algorithm-Dependency \
File-Flat:${PORTSDIR}/devel/p5-File-Flat \
Pod-Tests:${PORTSDIR}/devel/p5-Pod-Tests
PERL_RUN_DEPENDS= ${PERL_BUILD_DEPENDS}
--
Aaron Dalton
aaron at FreeBSD.org
FreeBSD Ports Committer
More information about the freebsd-ports
mailing list