diff options
author | kristerw <kristerw> | 2004-11-21 14:27:12 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-11-21 14:27:12 +0000 |
commit | 4fc62b73de4dd840401e1e05ac96c8baa56c5ac3 (patch) | |
tree | ba474c1609308e2d0370a950125a1d22d85408ab /security | |
parent | c32f0572a2e1b05c6733586241c2b8354414d1ed (diff) | |
download | pkgsrc-4fc62b73de4dd840401e1e05ac96c8baa56c5ac3.tar.gz |
Remove dependency on "perl>=5.6.1" since that fails on perl-thread etc.
(The comment on that dependency says that >=5.6.1 is required because
the software has not been tested with perl<5.6.1, so this dependency
was probably overly conservative anyway...)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-Nilsimsa/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/p5-Digest-Nilsimsa/Makefile b/security/p5-Digest-Nilsimsa/Makefile index 8be786336ce..b0ea72bfb28 100644 --- a/security/p5-Digest-Nilsimsa/Makefile +++ b/security/p5-Digest-Nilsimsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/27 05:44:22 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/21 14:27:12 kristerw Exp $ # DISTNAME= Digest-Nilsimsa-0.06 @@ -11,9 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Digest-Nilsimsa/ COMMENT= Perl5 extension module for Nilsimsa signatures -# _might_ work with earlier version but author says, it was only tested -# with 5.6.1 :-/ -BUILDLINK_DEPENDS.perl= perl>=5.6.1 USE_BUILDLINK3= YES PERL5_CONFIGURE= YES |