ca5a706d8a
Add missing DEPENDS Upstream changes: 0.19 2016-11-08 08:08:16 Europe/Copenhagen - The standard is not clear on this, and some servers don't allow them, but it seems that DELETE can take a request body. - Added serializer_options so it's possible to instantiate the serializer w/ parameters - Fixed "Use of uninitialized value in concatenation (.) or string" warning when $self->server is not initialized - Changes for rt #118413. Thanks to abraxxa http_headers return a combined hashref of http_headers and persistent_headers new method, clear_all_headers
25 lines
923 B
Makefile
25 lines
923 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/12/11 07:22:58 wen Exp $
|
|
|
|
DISTNAME= Role-REST-Client-0.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KAARE/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Role-REST-Client
|
|
COMMENT= REST Client Role
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Data-Serializer-[0-9]*:../../devel/p5-Data-Serializer
|
|
DEPENDS+= p5-MooX-HandlesVia>=0.001004:../../devel/p5-MooX-HandlesVia
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
DEPENDS+= p5-Type-Tiny>=0.024:../../devel/p5-Type-Tiny
|
|
DEPENDS+= p5-HTTP-Thin-[0-9]*:../../www/p5-HTTP-Thin
|
|
DEPENDS+= p5-URI-Escape-XS>=0.11:../../www/p5-URI-Escape-XS
|
|
DEPENDS+= p5-Moo>=1.003000:../../devel/p5-Moo
|
|
DEPENDS+= p5-JSON>=2.00:../../converters/p5-JSON
|
|
|
|
PERL5_PACKLIST= auto/Role/REST/Client/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|