9956e77144
Upstream changes: 6.36 2022-01-05 14:39:42Z - Fix examples in HTTP::Request::Common synopsis: HTTP::Request::Common does not put headers in an arrayref, unlike HTTP::Request (GH#170) (Karen Etheridge) - Update to contributing information (GH#171) (Håkon Hægland) 6.35 2021-11-11 22:10:31Z - Clarify documentation for decoded_content (GH#166) (Eric Wastl) 6.34 2021-11-08 14:27:36Z - Catch case of empty name/value in header words split. (GH#168) (Galen Huntington)
26 lines
854 B
Makefile
26 lines
854 B
Makefile
# $NetBSD: Makefile,v 1.32 2022/03/04 13:29:56 wen Exp $
|
|
|
|
DISTNAME= HTTP-Message-6.36
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/HTTP-Message
|
|
COMMENT= Construct HTTP style messages
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
CONFLICTS+= p5-libwww<6.00
|
|
|
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-HTTP-Date>=6:../../www/p5-HTTP-Date
|
|
DEPENDS+= p5-Encode-Locale>=1.02:../../textproc/p5-Encode-Locale
|
|
DEPENDS+= p5-LWP-MediaTypes>=6.01:../../www/p5-LWP-MediaTypes
|
|
DEPENDS+= p5-IO-HTML-[0-9]*:../../devel/p5-IO-HTML
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
|
|
PERL5_PACKLIST= auto/HTTP/Message/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|