diff options
author | pi <pi@FreeBSD.org> | 2014-07-31 02:09:39 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-07-31 02:09:39 +0800 |
commit | bb4548ee3cf41c62671cc25ec0d0fb20f3904f5b (patch) | |
tree | 9fcf7dd2b275aefb568dc813af1a33d843138628 /security | |
parent | 1434b5a1a10c5fefc8dabcaedfa74285cf4360ff (diff) | |
download | freebsd-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/Makefile | 5 |
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 |