aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2014-07-31 02:09:39 +0800
committerpi <pi@FreeBSD.org>2014-07-31 02:09:39 +0800
commitbb4548ee3cf41c62671cc25ec0d0fb20f3904f5b (patch)
tree9fcf7dd2b275aefb568dc813af1a33d843138628 /security
parent1434b5a1a10c5fefc8dabcaedfa74285cf4360ff (diff)
downloadfreebsd-ports-gnome-bb4548ee3cf41c62671cc25ec0d0fb20f3904f5b.tar.gz
freebsd-ports-gnome-bb4548ee3cf41c62671cc25ec0d0fb20f3904f5b.tar.zst
freebsd-ports-gnome-bb4548ee3cf41c62671cc25ec0d0fb20f3904f5b.zip
security/p5-Crypt-SMIME: fix lib and build depends
Detected by pkg-fallout@FreeBSD.org
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-SMIME/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/p5-Crypt-SMIME/Makefile b/security/p5-Crypt-SMIME/Makefile
index 1d0d7d1a9dc9..abbd34b77954 100644
--- a/security/p5-Crypt-SMIME/Makefile
+++ b/security/p5-Crypt-SMIME/Makefile
@@ -11,6 +11,11 @@ COMMENT= S/MIME message signing, verification, encryption and decryption
LICENSE= ART10
+LIB_DEPENDS= libcrypto.so.8:${PORTSDIR}/security/openssl
+BUILD_DEPENDS= p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \
+ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
+ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+
USES= perl5
USE_PERL5= configure