pkgsrc/audio/p5-CDDB/Makefile
sno 740a90edb4 Updating package audio/p5-CDDB from 1.17nb1 to 1.21
pkgsrc changes:
  - Adding license
  - Adjusting PKGNAME (including CONFLICTS and SUPERSEDES)

Upstream changes:
=================================
2009-07-27T16:02:08.268109Z v1_21
=================================

  2009-07-27 16:01:44 (r9) by rcaputo; lib/CDDB.pm M

    Reorganize documentation links.

  2009-07-27 04:39:24 (r8) by rcaputo; lib/CDDB.pm M; Makefile.PL M

    Add machine-readable repository directory. Add BUG TRACKER,
    REPOSITORY and OTHER RESOURCES to the documentation.

=================================
2009-07-26T03:54:46.902679Z v1_20
=================================

  2009-07-26 03:54:11 (r6) by rcaputo
  lib/CDDB.pm M; t/01_cddb.t M; Makefile.PL M

    Upgrade tests to Test::More. Fix track offset calculations according
    to documented test input. Fix test input to match FreeDB
    documentation. Many thanks to Chuck Cranor for reporting the issue.

  2006-11-06 19:20:39 (r5) by rcaputo; Makefile.PL M

    Set a LICENSE. Cheap kwalitee points!

==============
End of Excerpt
==============
2009-08-20 18:12:29 +00:00

23 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.12 2009/08/20 18:12:29 sno Exp $
#
DISTNAME= CDDB-1.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CDDB/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CDDB/
COMMENT= High-level interface to the Compact Disc Database
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= CDDB-[0-9]*
SUPERSEDES= CDDB<=1.17nb1
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/CDDB/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"