summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay/Makefile
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn@pkgsrc.org>2019-10-14 12:54:23 +0000
committerszptvlfn <szptvlfn@pkgsrc.org>2019-10-14 12:54:23 +0000
commit65bae20f52d8240fb69fb9a1def037c7f960fb66 (patch)
tree6e15235ad74de530802d68de48671eec60a6c1e6 /security/p5-Net-SSLeay/Makefile
parent01626c6df0152fb4d40556dedb5aa8b270a7da4e (diff)
downloadpkgsrc-65bae20f52d8240fb69fb9a1def037c7f960fb66.tar.gz
BUILD_DEPENDS -> TEST_DEPENDS
Diffstat (limited to 'security/p5-Net-SSLeay/Makefile')
-rw-r--r--security/p5-Net-SSLeay/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index d85a3186f34..49663e34ac2 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2019/08/11 13:22:58 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2019/10/14 12:54:23 szptvlfn Exp $
DISTNAME= Net-SSLeay-1.85
PKGNAME= p5-${DISTNAME}
@@ -11,10 +11,9 @@ HOMEPAGE= https://metacpan.org/release/Net-SSLeay
COMMENT= Perl5 module for using OpenSSL
LICENSE= openssl
-# 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
+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
USE_LANGUAGES= c