diff options
Diffstat (limited to 'security/p5-Crypt-LE/Makefile')
-rw-r--r-- | security/p5-Crypt-LE/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-LE/Makefile b/security/p5-Crypt-LE/Makefile index ffd915df957d..e4dbf2e42ee1 100644 --- a/security/p5-Crypt-LE/Makefile +++ b/security/p5-Crypt-LE/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Crypt-LE -PORTVERSION= 0.22 -PORTREVISION= 2 +PORTVERSION= 0.23 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +17,8 @@ RUN_DEPENDS= p5-Convert-ASN1>=0:converters/p5-Convert-ASN1 \ p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ - p5-Net-SSLeay>=0:security/p5-Net-SSLeay + p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ + p5-URI>=0:net/p5-URI USES= perl5 USE_PERL5= configure |