Patch provided by Mark E. Perkins in PR 36465. 1.14 - Fri May 18 11:27:36 2007 * *Added 7000-8499 range from Greece (960) to fix RT #27107 1.13 - Tue Jan 9 23:12:56 2007 * updated copyright and license info * no code changes, so no need to upgrade 1.12 - Tue Jan 9 23:11:33 2007 * updated copyright and license info * no code changes, so no need to upgrade:
19 lines
546 B
Makefile
19 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/06/10 09:30:22 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Business-ISBN-Data-1.14
|
|
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"
|