22 lines
749 B
Makefile
22 lines
749 B
Makefile
# $NetBSD: Makefile,v 1.34 2015/06/12 10:50:34 wiz Exp $
|
|
|
|
DISTNAME= Business-ISBN-2.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Business-ISBN-Data>=20140910.002:../../misc/p5-Business-ISBN-Data
|
|
# noted as requested by Makefile.PL, but not used?
|
|
# also, p5-URI is depending on this package, so this introduces a cycle
|
|
#DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
|
|
PERL5_PACKLIST= auto/Business/ISBN/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|