pkgsrc/www/p5-Test-WWW-Mechanize-PSGI/Makefile
wiz 79c0091359 p5-Test-WWW-Mechanize-PSGI: update to 0.38.
0.38      2017-11-23 19:02:15Z
    - Make UA aware of base URLs which are defined in the <head> of an HTML
      document (Olaf Alders)
    - Ensure that handlers run in the expected order (Olaf Alders)
2017-11-26 10:06:25 +00:00

24 lines
775 B
Makefile

# $NetBSD: Makefile,v 1.13 2017/11/26 10:06:25 wiz Exp $
DISTNAME= Test-WWW-Mechanize-PSGI-0.38
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Mechanize-PSGI/
COMMENT= Perl 5 module to test PSGI programs using WWW::Mechanize
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/WWW/Mechanize/PSGI/.packlist
DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack
DEPENDS+= p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
# TEST_DEPENDS
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"