aboutsummaryrefslogtreecommitdiff
path: root/security/p5-IO-Socket-SSL
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-02-20 08:31:26 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-02-20 08:31:26 +0000
commit37b8a039c2e99c6f5007c18067b1ec9b73ea9e22 (patch)
tree1dfd34bc47a5aaadb087bf528d3869bdb9b14059 /security/p5-IO-Socket-SSL
parent8c0b4eab97a6ae2cdba574167e36680d0cbd05cf (diff)
downloadports-37b8a039c2e99c6f5007c18067b1ec9b73ea9e22.tar.gz
ports-37b8a039c2e99c6f5007c18067b1ec9b73ea9e22.zip
security/p5-IO-Socket-SSL: fix sequence of BUILD_DEPENDS and RUN_DEPENDS
Submitted by: mat
Notes
Notes: svn path=/head/; revision=526546
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index bd8eb6f4e108..621c4d15a077 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/lib/IO/Socket/SSL.pod
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-SSLeay>=1.59:security/p5-Net-SSLeay \
p5-Mozilla-CA>=20130114:www/p5-Mozilla-CA
-BUILD_DEPENDS= ${RUN_DEPENDS}
NO_ARCH= yes
USES= perl5 shebangfix