diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 17:51:57 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 17:51:57 +0000 |
commit | fb486fa9815f6bcbfda1201bbf2a381d9610d992 (patch) | |
tree | 8743beffc1add7432c438edd4235779c3c978a51 /devel/p5-Config-YAML | |
parent | ef16d2e450342ea7c3cbfde50b170e0bac4a850d (diff) |
Notes
Diffstat (limited to 'devel/p5-Config-YAML')
-rw-r--r-- | devel/p5-Config-YAML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Config-YAML/Makefile b/devel/p5-Config-YAML/Makefile index 832c84b4919f..3d3c55a939a6 100644 --- a/devel/p5-Config-YAML/Makefile +++ b/devel/p5-Config-YAML/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Simple configuration automation -BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML -RUN_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML PERL_CONFIGURE= yes |