fbf8918301
------------------- 0.26: # 2015-11-25T12:30:00+0100 - No functional changes since 0.25, but we had some Travis-specific changes in the repo, releasing just so we have the latest code there on the CPAN. 0.25: # 2015-11-25T12:20:00+0100 - Make the t/select-timeout.t test which fails on various odd CPANtesters platforms a TODO. Maybe some OS-specific issue, maybe an issue with kill() in the CPANtesters sandboxes not behaving as we expect.
22 lines
670 B
Makefile
22 lines
670 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/01/30 03:39:01 mef Exp $
|
|
|
|
DISTNAME= Hijk-0.26
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AV/AVAR/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AV/AVAR/
|
|
COMMENT= Hijk - Fast & minimal low-level HTTP client
|
|
LICENSE= mit
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
BUILD_DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
|
|
|
|
PERL5_PACKLIST= auto/Hijk/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|