summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-01-19 09:44:36 +0000
committerwiz <wiz@pkgsrc.org>2018-01-19 09:44:36 +0000
commit61bed78799ab75d297cc6ffb6d1cf054239289c6 (patch)
tree68313d79cc1b11c008e85d71470c67dc4f9441b9 /security
parent2ec06ade744eb61bcd4e3939617c693d102f13d4 (diff)
downloadpkgsrc-61bed78799ab75d297cc6ffb6d1cf054239289c6.tar.gz
p5-Net-SSLeay: switch TEST_DEPENDS back to BUILD_DEPENDS
In pbulk with PKGSRC_RUN_TESTS, test dependencies are not installed but expected.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Net-SSLeay/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 6c3ef9e6695..fb3d531d299 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2018/01/17 08:52:51 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2018/01/19 09:44:36 wiz Exp $
DISTNAME= Net-SSLeay-1.84
PKGNAME= p5-${DISTNAME}
@@ -10,9 +10,10 @@ HOMEPAGE= http://search.cpan.org/dist/Net-SSLeay/
COMMENT= Perl5 module for using OpenSSL
LICENSE= openssl
-TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
-TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
-TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+# TEST_DEPENDS
+BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
USE_LANGUAGES= c