pkgsrc/www/p5-Apache2-AuthCookie/Makefile
mef 3474d49641 Update to 3.24
--------------
3.24  2016-01-13
   - Update Apache 2.4 README, flesh out guts of Authz Provider notes.
   - Improve Apache 2.4 README's AuthzProvider documentation
   - Add POD to Apache2_4::AuthCookie
   - Add FAQ to Apache2_4::AuthCookie documenation
   - 2.4: document that PerlAddAuthzProvider is only needed for *custom* Requires directives.
   - 2.4: make authz_handler recognize multiple usernames in the directive like
     mod_authz_user does.
   - add test case for internal authz_handler
   - explicitly require Apache::Test 1.39 so that APACHE2_4 defines are set
2016-01-15 15:03:04 +00:00

19 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.16 2016/01/15 15:03:04 mef Exp $
DISTNAME= Apache-AuthCookie-3.24
PKGNAME= p5-${DISTNAME:S/Apache/Apache2/}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Apache-AuthCookie/
COMMENT= Perl5 module for Authentication and Authorization via cookies
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-CGI>=3.12:../../www/p5-CGI
PERL5_PACKLIST= auto/Apache/AuthCookie/.packlist
.include "../../lang/perl5/module.mk"
.include "../../www/ap2-perl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"