pkgsrc/www/p5-CGI-Emulate-PSGI/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

24 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.22 2019/11/04 22:09:59 rillig Exp $
DISTNAME= CGI-Emulate-PSGI-0.23
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/CGI-Emulate-PSGI
COMMENT= Perl 5 module prodiving PSGI adapter for CGI
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
# for make test
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/CGI/Emulate/PSGI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"