pkgsrc-wip/p5-MP3-Mplib/Makefile
Bartosz Kuzma 0f8433ba69 MP3::Mplib is a wrapper around Stefan Podkowinski's mplib written in C.
It combines the best of both worlds: C's speed and Perl's nice
object-orientedness. Note that MP3::Mplib ships with its own version of
mplib (currently 1.0.1).
2006-09-13 13:53:57 +00:00

15 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/09/13 13:53:57 bartoszkuzma Exp $
#
DISTNAME= MP3-Mplib-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPARSEVAL/}
MAINTAINER= bartosz@atom.eu.org
COMMENT= Speedy access to id3v1 and id3v2 tags
PERL5_PACKLIST= auto/MP3/Mplib/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"