pkgsrc/www/p5-Apache-LogFormat-Compiler/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

25 lines
798 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/05/29 23:37:59 wiz Exp $
#
DISTNAME= Apache-LogFormat-Compiler-0.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Apache-LogFormat-Compiler/
COMMENT= Compile a log format string to perl-code
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
BUILD_DEPENDS+= p5-Try-Tiny>=0.12:../../devel/p5-Try-Tiny
BUILD_DEPENDS+= p5-URI>=1.60:../../www/p5-URI
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Apache/LogFormat/Compiler/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"