blob: 2dd789e15d7c5a605ae3c0032e99c4378e58a017 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.30 2014/03/03 20:00:46 adam Exp $
DISTNAME= Business-ISBN-2.07
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)
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Business-ISBN-Data>=20081020:../../misc/p5-Business-ISBN-Data
# noted as requested by Makefile.PL, but not used?
# also, p5-URI is depending on this package, so thsi 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"
|