diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 06:18:08 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 06:18:08 +0000 |
commit | 46dfffde804529658b0cc35829fdcb34df28570c (patch) | |
tree | a7815968ae598ec04d65774fe5ddc38240d2f93d /security/p5-Digest-SV1 | |
parent | c63b6cd8a66ba90c2783102a19120a34365ded15 (diff) |
Notes
Diffstat (limited to 'security/p5-Digest-SV1')
-rw-r--r-- | security/p5-Digest-SV1/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/p5-Digest-SV1/Makefile b/security/p5-Digest-SV1/Makefile index d749124f917a..6e31838c3b20 100644 --- a/security/p5-Digest-SV1/Makefile +++ b/security/p5-Digest-SV1/Makefile @@ -12,9 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= gabor@FreeBSD.org COMMENT= Perl extension for SV1 hash algorithm -BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ +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 PERL_MODBUILD= yes |