b12904483c
pkglint -Wall -F --only aligned --only indent -r Manually excluded phraseanet since pkglint got the indentation wrong.
20 lines
601 B
Makefile
20 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/11/04 22:10:10 rillig Exp $
|
|
|
|
DISTNAME= WWW-Mechanize-GZip-0.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/WWW-Mechanize-GZip
|
|
COMMENT= Perl 5 module to fetch webpages with gzip-compression
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/WWW/Mechanize/GZip/.packlist
|
|
|
|
DEPENDS+= p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|