pkgsrc/www/p5-WWW-Mechanize-GZip/Makefile

21 lines
597 B
Makefile
Raw Normal View History

2016-06-08 21:22:13 +02:00
# $NetBSD: Makefile,v 1.9 2016/06/08 19:25:18 wiz Exp $
DISTNAME= WWW-Mechanize-GZip-0.12
PKGNAME= p5-${DISTNAME}
2016-06-08 21:22:13 +02:00
PKGREVISION= 7
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/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"