2e2b21152f
This module will allow libraries (helper modules) to have a dependency to a small module instead of the full Log-Report distribution. The full power of Log::Report is only released when the main program uses that module. In that case, the module using the 'Optional' will also use the full Log::Report, otherwise the dressed-down Log::Report::Minimal version.
22 lines
616 B
Makefile
22 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/03/01 13:51:56 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Log-Report-Optional-1.00
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Log-Report-Optional/
|
|
COMMENT= Log::Report or ::Minimal
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-String-Print>=0.13:../../devel/p5-String-Print
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Log/Report/Optional/.packlist
|
|
#PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|