diff options
author | wen <wen@FreeBSD.org> | 2011-01-21 11:04:20 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-01-21 11:04:20 +0800 |
commit | 68637825ec194f3555f853e8498f339a6aeb281f (patch) | |
tree | 5a94c2d66edcd93706f42c3cdac595f59474109a /security/p5-Crypt-RSA/Makefile | |
parent | 0bf802a6254b52ebab35d501ae5c737921228902 (diff) | |
download | freebsd-ports-gnome-68637825ec194f3555f853e8498f339a6aeb281f.tar.gz freebsd-ports-gnome-68637825ec194f3555f853e8498f339a6aeb281f.tar.zst freebsd-ports-gnome-68637825ec194f3555f853e8498f339a6aeb281f.zip |
- Add missing DEPENDS and bump PORTREVISION
PR: ports/154162
Submitted by: Alexey Illarionov <littlesavage@rambler.ru>
Feature safe: yes
Diffstat (limited to 'security/p5-Crypt-RSA/Makefile')
-rw-r--r-- | security/p5-Crypt-RSA/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index 28bef5c77dd8..47781010ee4d 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-RSA PORTVERSION= 1.99 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,6 +25,7 @@ RUN_DEPENDS= p5-Class-Loader>=2.00:${PORTSDIR}/devel/p5-Class-Loader \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Math-Pari>=2.001804:${PORTSDIR}/math/p5-Math-Pari \ p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \ + p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \ p5-Tie-EncryptedHash>=0:${PORTSDIR}/security/p5-Tie-EncryptedHash PERL_CONFIGURE= yes |