diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-08 21:06:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-08 21:06:29 +0000 |
commit | 4c77c870b08e1f7341de0a0440c76cacad1af1f3 (patch) | |
tree | 6debc039fa545acab6e4e648108f1d7cc87eccd0 /audio/p5-Audio-Scan/Makefile | |
parent | 4a2f706d66d8d59389b42d25b4189ad936742363 (diff) | |
download | pkgsrc-4c77c870b08e1f7341de0a0440c76cacad1af1f3.tar.gz |
Initial import of p5-Audio-Scan-0.58, packaged for wip by Wen Heping.
Audio::Scan is a C-based scanner for audio file metadata and tag
information. It currently supports MP3 via an included version of
libid3tag, MP4, Ogg Vorbis, FLAC (if libFLAC is installed), ASF,
WAV, AIFF, Musepack, and Monkey's Audio.
Diffstat (limited to 'audio/p5-Audio-Scan/Makefile')
-rw-r--r-- | audio/p5-Audio-Scan/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/p5-Audio-Scan/Makefile b/audio/p5-Audio-Scan/Makefile new file mode 100644 index 00000000000..46a61e49209 --- /dev/null +++ b/audio/p5-Audio-Scan/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/08 21:06:29 wiz Exp $ +# + +DISTNAME= Audio-Scan-0.58 +PKGNAME= p5-${DISTNAME} +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/} + +MAINTAINER= wenheping@gmail.com +HOMEPAGE= http://search.cpan.org/dist/Audio-Scan/ +COMMENT= XS parser for MP3, MP4, Ogg Vorbis, etc +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Audio/Scan/.packlist +USE_LIBTOOL= yes + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |