pkgsrc/www/p5-Catalyst-Authentication-Store-Htpasswd/Makefile
wiz 6f77c50313 p5-Catalyst-Authentication-Store-Htpasswd: update to 1.006.
1.006     2017-07-03 19:30:35Z
    - pod formatting fixes (RT#102187, Christopher Hoskin)

1.005     2017-06-23 18:04:28Z
    - modernized the tooling, for 5.26 compatibility and to remove pod,
      kwalitee tests from the user-facing test suite
2017-09-27 13:25:43 +00:00

29 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.15 2017/09/27 13:25:43 wiz Exp $
DISTNAME= Catalyst-Authentication-Store-Htpasswd-1.006
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Authentication-Store-Htpasswd/
COMMENT= Authen::Htpasswd based user storage/authentication
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Authen-Htpasswd>=0.13:../../security/p5-Authen-Htpasswd
DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.10006:../../www/p5-Catalyst-Plugin-Authentication
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-Crypt-PasswdMD5-[0-9]*:../../security/p5-Crypt-PasswdMD5
DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
BUILD_DEPENDS+= p5-Test-WWW-Mechanize-Catalyst-[0-9]*:../../www/p5-Test-WWW-Mechanize-Catalyst
BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
REPLACE_PERL+= lib/Catalyst/Authentication/Store/*.pm
REPLACE_PERL+= lib/Catalyst/Authentication/Store/Htpasswd/*.pm
PERL5_PACKLIST= auto/Catalyst/Authentication/Store/Htpasswd/.packlist
PERL5_MODULE_TYPE= Module::Build::Tiny
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"