pkgsrc/www/p5-Plack-Test-Agent/Makefile
rillig b12904483c www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.
2019-11-04 22:09:50 +00:00

28 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2019/11/04 22:10:08 rillig Exp $
DISTNAME= Plack-Test-Agent-1.4
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Plack-Test-Agent
COMMENT= OO interface for testing low-level Plack/PSGI apps
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= p5-URI>=0:../../www/p5-URI
#DEPENDS+= p5-libwww>0:../../www/p5-libwww
DEPENDS+= p5-Plack>=0.9913:../../www/p5-Plack
DEPENDS+= p5-Modern-Perl-[0-9]*:../../devel/p5-Modern-Perl
DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP
DEPENDS+= p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize
DEPENDS+= p5-HTTP-Server-Simple-PSGI-[0-9]*:../../www/p5-HTTP-Server-Simple-PSGI
DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
#DEPENDS+= p5-HTTP-Message>=0:../../www/p5-HTTP-Message
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Plack/Test/Agent/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"