summaryrefslogtreecommitdiff
path: root/audio/p5-MP3-Tag
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-09-04 04:58:58 +0000
committerdholland <dholland@pkgsrc.org>2011-09-04 04:58:58 +0000
commit59deb19987c0de6e5c9b9c15eb4839da5fcd16bd (patch)
treebaa4bb67a6edbea7349cecd836b3e24403ebb172 /audio/p5-MP3-Tag
parente1f17711854c524a15bd27e79335148f9d773dae (diff)
downloadpkgsrc-59deb19987c0de6e5c9b9c15eb4839da5fcd16bd.tar.gz
CHECK_INTERPRETER_SKIP - this package has #!/usr/bin/perl on a .pm file
it installs, which AFAIK is pointless and therefore harmless.
Diffstat (limited to 'audio/p5-MP3-Tag')
-rw-r--r--audio/p5-MP3-Tag/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile
index 40a879281f7..af229d1112c 100644
--- a/audio/p5-MP3-Tag/Makefile
+++ b/audio/p5-MP3-Tag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2011/08/06 13:02:32 adam Exp $
+# $NetBSD: Makefile,v 1.20 2011/09/04 04:58:58 dholland Exp $
DISTNAME= MP3-Tag-1.13
PKGNAME= p5-${DISTNAME}
@@ -17,5 +17,8 @@ DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
PERL5_PACKLIST= auto/MP3/Tag/.packlist
+CHECK_INTERPRETER_SKIP+=\
+ lib/perl5/vendor_perl/5.14.0/Encode/transliterate_win1251.pm
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"