diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-05 13:19:31 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-05 13:19:31 +0000 |
commit | de90170013f79fce587ebe467341606e95237286 (patch) | |
tree | 24188aad8717658b454e2363f821b70ce599f7dd /security/p5-Crypt-OpenSSL-RSA | |
parent | 0f17356921e8eeb2cc7183309ec10234f29531d0 (diff) | |
download | ports-de90170013f79fce587ebe467341606e95237286.tar.gz ports-de90170013f79fce587ebe467341606e95237286.zip |
Notes
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 edcfeb8ad666..12c951914eab 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.23 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -15,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to RSA encode and decode strings using OpenSSL -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random +RUN_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 BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |