No need to check for an interpreter in a perl module.
This commit is contained in:
parent
95e325de3a
commit
0637b07a30
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue