diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-30 19:24:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-30 19:24:50 +0800 |
commit | 3968264afd6a7cc122b34cc13ed5ff9086c76798 (patch) | |
tree | 27cfb4c49f67bc3ff70d6832184e77db60d0f1fc | |
parent | d08b1f8a2c49c51ed2076fbd0346dd1cc56fbca5 (diff) | |
download | freebsd-ports-gnome-3968264afd6a7cc122b34cc13ed5ff9086c76798.tar.gz freebsd-ports-gnome-3968264afd6a7cc122b34cc13ed5ff9086c76798.tar.zst freebsd-ports-gnome-3968264afd6a7cc122b34cc13ed5ff9086c76798.zip |
- Add TEST_DEPENDS
-rw-r--r-- | devel/p5-Test-Strict/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-Test-Strict/Makefile b/devel/p5-Test-Strict/Makefile index bd4decd3bccf..d8080c86c4ed 100644 --- a/devel/p5-Test-Strict/Makefile +++ b/devel/p5-Test-Strict/Makefile @@ -15,6 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Devel-Cover>=0.43:${PORTSDIR}/devel/p5-Devel-Cover RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy NO_ARCH= yes USES= perl5 |