2015-06-12 12:48:20 +02:00
|
|
|
# $NetBSD: Makefile,v 1.34 2015/06/12 10:50:34 wiz Exp $
|
2001-02-19 16:50:14 +01:00
|
|
|
|
2014-10-01 12:47:35 +02:00
|
|
|
DISTNAME= Business-ISBN-2.09
|
2014-03-03 21:00:46 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2015-06-12 12:48:20 +02:00
|
|
|
PKGREVISION= 1
|
2014-03-03 21:00:46 +01:00
|
|
|
CATEGORIES= misc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
|
2001-02-19 16:50:14 +01:00
|
|
|
|
2014-03-03 21:00:46 +01:00
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Business-ISBN/
|
|
|
|
COMMENT= Perl5 module to work with International Standard Book Numbers (ISBNs)
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2001-02-19 16:50:14 +01:00
|
|
|
|
2014-10-01 12:47:35 +02:00
|
|
|
DEPENDS+= p5-Business-ISBN-Data>=20140910.002:../../misc/p5-Business-ISBN-Data
|
2013-09-05 22:25:25 +02:00
|
|
|
# noted as requested by Makefile.PL, but not used?
|
2014-10-01 12:47:35 +02:00
|
|
|
# also, p5-URI is depending on this package, so this introduces a cycle
|
2014-03-03 21:00:46 +01:00
|
|
|
#DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
Update p5-Business-ISBN from version 1.60 to version 1.78.
Re-point HOMEPAGE into search.cpan.org.
Add dependence on the factored-out p5-Business-ISBN-Data package.
A number of the tests fail due to now-invalid publisher codes, but
I beleive this is due to outdated test data (reported to module
maintainer).
Change log:
(yes, no mention of changes in 1.78 proper, and also no 1.61-1.67 log entries)
1.77 - Wed Oct 27 02:39:17 2004
* removed Business::ISBN::Data, which is now a separate module so you
can update the data without updating the rest of the stuff. Previously,
CPAN.pm would install Business::ISBN::Data as a prerequisite, and this
distribution would come along and overwrite it with old data. That
was a bad thing.
1.76 - Fri Oct 8 16:12:51 2004
* somehow this module went missing from CPAN, so here it is again
* no need to upgrade if you have the previous version
1.74 - Thu Sep 2 17:17:20 2004
* another distro fix: some documentation cleanups, and the README is
now in MANIFEST. You do not need to upgrade if you already have
installed this module.
1.73 - Thu Sep 2 16:21:10 2004
* this is a distro fix only. if you already have Business::ISBN, you
don't need this
1.72 - Wed Feb 11 16:18:30 2004
* removed errant File::Find::Rule use
* Check for modules in png_barcode before require-ing them
1.71 - Wed Jan 28 13:00:38 2004
* added xISBN support
* removed File::Find::Rule, Test::Pod, Test::Prereq dependencies
1.69 Thu Sep 5 01:18:26 CDT 2002
- documentation fixes - that's it
1.68 Wed Sep 4 15:51:29 CDT 2002
- converted to Test::More
- fixed ean_to_isbn to handle new EAN prefix 979
2004-12-05 21:04:05 +01:00
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Business/ISBN/.packlist
|
2001-02-19 16:50:14 +01:00
|
|
|
|
2002-10-08 00:34:23 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2001-02-19 16:50:14 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|