pkgsrc/misc/p5-Business-ISBN-Data/Makefile
obache 999ea8e51d Update p5-Business-ISBN-Data to 1.11.
Patch provided by Martin Wilke via PR 34387.

Changes:
1.11 - Thu May 18 17:22:51 2006
	* Updated distro and kwalitee. No need to upgrade.

1.10 - Tue Mar  8 17:15:14 2005
	* Doc fixup, no big whoop: no need to upgrade

1.09 - Tue Mar  8 17:09:39 2005
	* added POD coverage test and fixed up the problems it found

1.09 - Tue Dec 14 04:43:32 2004
* updated the publisher ranges and the country prefixes for the latest
data as of November 2004.  See http://www.isbn-international.or
* Added the script I used to take the raw data and turn it into the
module

* I recommend this update for everyone.  Lots of publisher ranges have
changed
2006-10-19 11:17:11 +00:00

19 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/10/19 11:17:11 obache Exp $
#
DISTNAME= Business-ISBN-Data-1.11
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5bid
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Business-ISBN-Data/
COMMENT= Data for the p5-Business-ISBN package
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Business/ISBN/Data/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"