diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:20:00 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:20:00 +0000 |
commit | 47d7ecfddff6aa8af488a1c7a703e2ff85e35678 (patch) | |
tree | f2b3b30b5c45fb5a4549ebf72c8df88a3e31e876 /security/p5-Digest-SV1 | |
parent | 4c44c06b4b67067a59ad9ec9b75e5ed68f89f06e (diff) | |
download | ports-47d7ecfddff6aa8af488a1c7a703e2ff85e35678.tar.gz ports-47d7ecfddff6aa8af488a1c7a703e2ff85e35678.zip |
Notes
Diffstat (limited to 'security/p5-Digest-SV1')
-rw-r--r-- | security/p5-Digest-SV1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-SV1/Makefile b/security/p5-Digest-SV1/Makefile index 6131106e7a7f..626a8bca79b9 100644 --- a/security/p5-Digest-SV1/Makefile +++ b/security/p5-Digest-SV1/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for SV1 hash algorithm -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/${PERL_ARCH}/Digest/Haval256.pm:${PORTSDIR}/security/p5-Digest-Haval256 +BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-Digest-Haval256>=0:${PORTSDIR}/security/p5-Digest-Haval256 PERL_MODBUILD= yes |