diff options
author | tobez <tobez@FreeBSD.org> | 2005-09-25 21:32:37 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-09-25 21:32:37 +0800 |
commit | 825b6272c923560767e63bc6e2e9733e0c04e494 (patch) | |
tree | 8c5a3660a2c600e3b07bb6b8c81f9cf012624879 /security/p5-Crypt-OpenSSL-RSA | |
parent | e5d33344de3731a9614d838d3dd3fd50702b53aa (diff) | |
download | freebsd-ports-gnome-825b6272c923560767e63bc6e2e9733e0c04e494.tar.gz freebsd-ports-gnome-825b6272c923560767e63bc6e2e9733e0c04e494.tar.zst freebsd-ports-gnome-825b6272c923560767e63bc6e2e9733e0c04e494.zip |
Add a missing dependency.
Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk>
PR: 86556
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 647dc7c274b8..153f0c1a1fe5 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-OpenSSL-RSA PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CD/CDRAKE/ @@ -15,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to RSA encode and decode strings using OpenSSL -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random \ + ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Bignum.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |