pkgsrc/audio/p5-CDDB/Makefile
minskim 72ae91733e Import p5-CDDB from pkgsrc-wip. Packaged by xtraeme@.
The CDDB module implements a Perl class for communicating with an
audio compact disc database through the CDDBP protocol.  It allows
querying the database and submitting new entries to it via e-mail (the
Mail::Internet and Mail::Header modules are required for submitting,
but their absence won't affect other functions).  Unlike its analogs,
CDDB.pm doesn't try to read a disc in your CD-ROM by itself, but
relies on the main program supplying disc data.  Therefore, it is
particularly useful for developing software that deals with
alternative media, such as MPEG audio files.
2004-05-10 01:48:06 +00:00

19 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/05/10 01:48:06 minskim Exp $
#
DISTNAME= CDDB-1.12
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RC/RCAPUTO/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/search?module=CDDB
COMMENT= High-level interface to the Compact Disc Database
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CDDB/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"