95980fcc88
------------------------------------------- 1.028003 23.10.16 * Removed AutoPrereqs from dist.ini (Mickey) 1.028002 23.10.16 * GH #53 a few small dist.ini tweaks (Karen Etheridge) * Even more dist.ini tweaks (Mickey, thanks to Grinnz) 1.028001 22.10.16 * GH #51 Adds eumm_version to dist.ini (Olaf Alders) * GH #52 Stop excluding cpanfile from being copied to build (Olaf Alders) 1.028000 21.10.16 * GH #50 Remove hard-deps for HTTP::Tiny::Mech and WWW::Mechanize::Cached (Paul Howarth) * dist.ini: don't automatically update cpanfile (Mickey) 1.027000 20.10.16 * GH #49 Convert values of JSON::PP::Boolean objects in output so they are not skipped when expeting scalars (Mickey) 1.026001 19.10.16 * Fixed version range for Search::Elasticsearch (Mickey) 1.026000 19.10.16 * Moved distini prereqs to cpanfile (Mickey) * Limit Search::Elasticsearch version to 2.02 (Mickey) * Updated docs (Thomas Sibley) (pkgsrc changes) - Add BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01
35 lines
1.4 KiB
Makefile
35 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2016/11/07 22:54:51 mef Exp $
|
|
|
|
DISTNAME= MetaCPAN-Client-1.028003
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MICKEY/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/pod/MetaCPAN::Client
|
|
COMMENT= Comprehensive, DWIM-featured client to the MetaCPAN API
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
|
|
DEPENDS+= p5-Safe-Isa-[0-9]*:../../devel/p5-Safe-Isa
|
|
DEPENDS+= p5-Ref-Util-[0-9]*:../../devel/p5-Ref-Util
|
|
|
|
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01:../../devel/p5-ExtUtils-MakeMaker
|
|
BUILD_DEPENDS+= p5-Log-Any-[0-9]*:../../devel/p5-Log-Any
|
|
BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
|
BUILD_DEPENDS+= p5-Search-Elasticsearch-[0-9]*:../../devel/p5-Search-Elasticsearch
|
|
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
BUILD_DEPENDS+= p5-Any-URI-Escape-[0-9]*:../../www/p5-Any-URI-Escape
|
|
BUILD_DEPENDS+= p5-WWW-Mechanize-Cached-[0-9]*:../../www/p5-WWW-Mechanize-Cached
|
|
BUILD_DEPENDS+= p5-LWP-Protocol-https>=0:../../www/p5-LWP-Protocol-https
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
BUILD_DEPENDS+= p5-Ref-Util-[0-9]*:../../devel/p5-Ref-Util
|
|
|
|
PERL5_PACKLIST= auto/MetaCPAN/Client/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|