- Add following line for make test BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires (upstream) - Update 1.18 to 1.19 ---------------------- 1.19 2015-05-27 - add %Preload rule for LWP::MediaTypes: data file LWP/media.types - add %Preload entry for MIME::Types: data file MIME/types.db - add %Preload rule for AnyEvent - always add Encode.pm when fix encountering constructs like decode("klingon", ...) open FH, "<:encoding(klingon)", .. - add license - update OpenFoundry repository URL
24 lines
683 B
Makefile
24 lines
683 B
Makefile
# $NetBSD: Makefile,v 1.37 2015/09/04 11:36:12 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Module-ScanDeps-1.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-ScanDeps/
|
|
COMMENT= Perl 5 module to recursively scan Perl code for dependencies
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Module/ScanDeps/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
REPLACE_PERL+= script/scandeps.pl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|