diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-06 22:29:36 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-06 22:29:36 +0000 |
commit | 324aa7ffa94d8075773209dd4d80ac1f33049041 (patch) | |
tree | 9ff8d2f86a2e39721fd2950145e9068e9422ebae /security/p5-Crypt-SMIME | |
parent | 4e7209ee8951cc3b6b8c06ee76c340663a1cdfd1 (diff) | |
download | ports-324aa7ffa94d8075773209dd4d80ac1f33049041.tar.gz ports-324aa7ffa94d8075773209dd4d80ac1f33049041.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-SMIME')
-rw-r--r-- | security/p5-Crypt-SMIME/Makefile | 6 |
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 |