pkgsrc/devel/p5-MetaCPAN-Client/Makefile
wen a008066d0d Update to 1.022003
Update DEPENDS

Upstream changes:
1.022003    06.08.16
            * Fixed a warning in $file->pod (Mickey)

1.022002    06.08.16
            * Added LWP::Protocol::https as test dependency (Mickey)

1.022001    05.08.16
            * check user provided UA for 'get' and 'post' methods (Mickey)
            * document updates (Mickey)

1.022000    04.08.16
            * Rework type checking - enforce expected types, inc.
              single-valued array-ref unwrapping; doesn't break
              types that are expected to be array-refs (Mickey)

1.021000    27.07.16
            * Fix result values in v1 - single valued arrayref in ES
              result will be turned to a scalar (Mickey)
2016-08-07 09:34:11 +00:00

33 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2016/08/07 09:34:11 wen Exp $
DISTNAME= MetaCPAN-Client-1.022003
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-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
PERL5_PACKLIST= auto/MetaCPAN/Client/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"