aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2014-08-07 06:29:36 +0800
committerpi <pi@FreeBSD.org>2014-08-07 06:29:36 +0800
commitce32170a0d8591c020101d67533893389cb29547 (patch)
tree9ff8d2f86a2e39721fd2950145e9068e9422ebae /security
parent4d73b8d0456c019d98b98ac47c81c10779d5e383 (diff)
downloadfreebsd-ports-gnome-ce32170a0d8591c020101d67533893389cb29547.tar.gz
freebsd-ports-gnome-ce32170a0d8591c020101d67533893389cb29547.tar.zst
freebsd-ports-gnome-ce32170a0d8591c020101d67533893389cb29547.zip
security/p5-Crypt-SMIME: fix build depends
Submitted by: antoine
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-SMIME/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/p5-Crypt-SMIME/Makefile b/security/p5-Crypt-SMIME/Makefile
index 42edd132b2ac..cea4846b6aa7 100644
--- a/security/p5-Crypt-SMIME/Makefile
+++ b/security/p5-Crypt-SMIME/Makefile
@@ -9,6 +9,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= S/MIME message signing, verification, encryption and decryption
+RUN_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 \
+ /usr/local/lib/libcrypto.so:${PORTSDIR}/security/openssl
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
LICENSE= ART10
USES= perl5