diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2013-01-20 17:16:02 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2013-01-20 17:16:02 +0000 |
commit | 99b0da88022680cf10380c1e8b63b764bdad0f90 (patch) | |
tree | b6a318bb853a9803f6f371f171a3cf9a4d8094be /security/p5-Digest-SHA-PurePerl/Makefile | |
parent | 3c046ce23e86952057ce40602d1ad0a0f8100820 (diff) |
Notes
Diffstat (limited to 'security/p5-Digest-SHA-PurePerl/Makefile')
-rw-r--r-- | security/p5-Digest-SHA-PurePerl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-SHA-PurePerl/Makefile b/security/p5-Digest-SHA-PurePerl/Makefile index 1b6200284bd8..8a3495b52aa2 100644 --- a/security/p5-Digest-SHA-PurePerl/Makefile +++ b/security/p5-Digest-SHA-PurePerl/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= Digest-SHA-PurePerl -PORTVERSION= 5.71 +PORTVERSION= 5.81 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,7 @@ MAN3= Digest::SHA::PurePerl.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500803 -RUN_DEPENDS+= p5-Digest>=0:${PORTSDIR}/security/p5-Digest +RUN_DEPENDS+= ${SITE_PERL}/Digest/base.pm:${PORTSDIR}/security/p5-Digest .endif .if ${PERL_LEVEL} >= 501000 |