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

20 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.17 2019/11/04 22:09:59 rillig Exp $
DISTNAME= CGI-PSGI-0.15
PKGNAME= p5-${DISTNAME}
PKGREVISION= 8
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/CGI-PSGI
COMMENT= Perl 5 module to adapt CGI.pm to the PSGI protocol
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/CGI/PSGI/.packlist
#DEPENDS+= {perl>=5.10.1,p5-CGI>=3.33}:../../www/p5-CGI
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"