diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-08 12:13:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-08 12:13:52 +0000 |
commit | 14c7f5882bbeeca5843ca1d4738d00f559b03840 (patch) | |
tree | 79457939dd1b1137c466e98796dee491b61ca495 /devel/p5-Devel-EvalContext | |
parent | 1a41c67ac42c0d2687ce4ebdda7cde0a38b2daef (diff) | |
download | ports-14c7f5882bbeeca5843ca1d4738d00f559b03840.tar.gz ports-14c7f5882bbeeca5843ca1d4738d00f559b03840.zip |
Notes
Diffstat (limited to 'devel/p5-Devel-EvalContext')
-rw-r--r-- | devel/p5-Devel-EvalContext/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Devel-EvalContext/Makefile b/devel/p5-Devel-EvalContext/Makefile index b9baba6f8402..073382e08067 100644 --- a/devel/p5-Devel-EvalContext/Makefile +++ b/devel/p5-Devel-EvalContext/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Save lexicals and hints between calls to eval -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \ - ${SITE_PERL}/${PERL_ARCH}/Data/Alias.pm:${PORTSDIR}/devel/p5-Data-Alias \ - ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ + p5-Data-Alias>=0:${PORTSDIR}/devel/p5-Data-Alias \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |