7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
16 lines
447 B
Makefile
16 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/08/06 06:19:04 jlam Exp $
|
|
|
|
DISTNAME= MP3-Info-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/search?module=MP3::Info
|
|
COMMENT= Manipulate / fetch info from MP3 audio files
|
|
|
|
PERL5_PACKLIST= auto/MP3/Info/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|