diff options
author | sbd <sbd@pkgsrc.org> | 2011-10-17 00:02:59 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-10-17 00:02:59 +0000 |
commit | 0637b07a30e881f4183c734946c6caf068cecfa6 (patch) | |
tree | 64cdef529b841721a645ac07dc73fab4d6897f7b | |
parent | 95e325de3a94280c6ffb235256fe50abafb816a7 (diff) | |
download | pkgsrc-0637b07a30e881f4183c734946c6caf068cecfa6.tar.gz |
No need to check for an interpreter in a perl module.
-rw-r--r-- | security/p5-Digest-Perl-MD5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Digest-Perl-MD5/Makefile b/security/p5-Digest-Perl-MD5/Makefile index b87c9eb19c9..e4cae6c970e 100644 --- a/security/p5-Digest-Perl-MD5/Makefile +++ b/security/p5-Digest-Perl-MD5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/08/16 22:30:06 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2011/10/17 00:02:59 sbd Exp $ DISTNAME= Digest-Perl-MD5-1.8 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,8 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +CHECK_INTERPRETER_SKIP+= ${PERL5_SUB_INSTALLVENDORLIB}/Digest/Perl/MD5.pm + #DEPENDS+= {perl>=5.7.3,p5-Digest>=1.00}:../../security/p5-Digest PERL5_PACKLIST= auto/Digest/Perl/MD5/.packlist |