diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-09-07 10:25:15 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-09-07 10:25:15 +0000 |
commit | b35502288cb1ccadb240d3873b790b75808c5146 (patch) | |
tree | 12164b8a967b24cc27ab445a2bdc848ca591c8ed /textproc/p5-YAML/Makefile | |
parent | 9a1f79615562d0c5b74732c244790121c0c905b8 (diff) | |
download | ports-b35502288cb1ccadb240d3873b790b75808c5146.tar.gz ports-b35502288cb1ccadb240d3873b790b75808c5146.zip |
Notes
Diffstat (limited to 'textproc/p5-YAML/Makefile')
-rw-r--r-- | textproc/p5-YAML/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 48b7a68b0d26..bdf3856bb749 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -12,8 +12,7 @@ COMMENT= YAML implementation in Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML USES= perl5 USE_PERL5= configure |