pkgsrc/www/p5-HTTP-Async/Makefile
wen fb550d7eef Update to 0.31
Upstream changes:
0.31 2016/08/17
  * Add minimum Perl version to Makefile.PL
  * Match HTTP::Async::Polite version to HTTP::Async (CPANTS)
    Thanks to Mohammad S Anwar (Manwar) for both changes!
  * Replace yahoo.com with metacpan.org in t/real_servers.t
2016-08-26 08:02:36 +00:00

19 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.14 2016/08/26 08:02:36 wen Exp $
DISTNAME= HTTP-Async-0.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTTP-Async/
COMMENT= Lightweight HTTP client implementation
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-HTTP-Server-Simple>=0:../../www/p5-Test-HTTP-Server-Simple
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/HTTP/Async/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"