diff options
author | garga <garga@FreeBSD.org> | 2006-05-05 21:19:31 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-05 21:19:31 +0800 |
commit | d62dcbf9ab38a9017f7eb41544e7e06421436a9a (patch) | |
tree | 58860db77f688d3616ab9674267c7417425a6137 | |
parent | 02ab213d54f133db20ff45d469643e9a476c890c (diff) | |
download | freebsd-ports-gnome-d62dcbf9ab38a9017f7eb41544e7e06421436a9a.tar.gz freebsd-ports-gnome-d62dcbf9ab38a9017f7eb41544e7e06421436a9a.tar.zst freebsd-ports-gnome-d62dcbf9ab38a9017f7eb41544e7e06421436a9a.zip |
- Add security/p5-Crypt-OpenSSL-Bignum as a dependency
- Bump PORTREVISION
Approved by: tobez (perl@ hat at IRC)
-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 |