b6a04ce7c2
* Updated for latest data in Business::ISBN::Data 2.04_01 - Mon Oct 27 12:08:03 2008 * Revert the GD prereq. A lot of testers have borked GD installs. * Require 5.8. Some of the new stuff isn't playing well with 5.6
20 lines
604 B
Makefile
20 lines
604 B
Makefile
# $NetBSD: Makefile,v 1.22 2009/02/10 16:09:45 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Business-ISBN-2.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5bui
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Business-ISBN/
|
|
COMMENT= Perl5 module to work with International Standard Book Numbers (ISBNs)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
DEPENDS+= p5-Business-ISBN-Data>=20081020:../../misc/p5-Business-ISBN-Data
|
|
|
|
PERL5_PACKLIST= auto/Business/ISBN/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|