diff options
Diffstat (limited to 'textproc/p5-TOML-Parser/Makefile')
-rw-r--r-- | textproc/p5-TOML-Parser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-TOML-Parser/Makefile b/textproc/p5-TOML-Parser/Makefile index 806ce15021f6..c2079882954c 100644 --- a/textproc/p5-TOML-Parser/Makefile +++ b/textproc/p5-TOML-Parser/Makefile @@ -15,8 +15,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Types-Serialiser>=0:devel/p5-Types-Serialiser -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Types-Serialiser>=0:devel/p5-Types-Serialiser TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep PORTSCOUT= limit:^[0-9\.]*$$ |