diff options
Diffstat (limited to 'security/p5-Crypt-SMIME/Makefile')
-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 |