Changes from previous: ---------------------- 2.14 - Sat Mar 26 09:41:01 PDT 2011 - Changed documentation about WhateverDBI_SecretKey to address https://rt.cpan.org/Ticket/Display.html?id=62488 - Fixes for https://rt.cpan.org/Public/Bug/Display.html?id=66336 (_dbi_connect should be called as a class method.) 2.13 - Sat Dec 18 10:33:19 PST 2010 - Build system uses Module::Build (generates a Makefile.PL for compatability.) - Distro version now matches module version (2.13) - Fixed statement handle still active <https://rt.cpan.org/Public/Bug/Display.html?id=57906> Also added support for WhatEverDBI_UserActiveField Thanks to Chad Columbus - Fixed $HEX_STRING_REGEX definition is wrong <https://rt.cpan.org/Public/Bug/Display.html?id=46117> Thanks to Joe Ingersoll - Fixed User authenticated if not in MySQL database <https://rt.cpan.org/Ticket/Display.html?id=62470> Thanks to Keith Lawson - Fixed Login.pl example - syntax error <https://rt.cpan.org/Public/Bug/Display.html?id=62487> (also moved from eg/public-pl/login.pl to eg/bin/login.pl) Thanks to William McKee http://search.cpan.org/~wmckee/ - Updated documentation to cover protecting the DocumentRoot <https://rt.cpan.org/Ticket/Display.html?id=51593> - Now depends on DBI 1.40 instead of Apache::DBI - <https://rt.cpan.org/Ticket/Display.html?id=43083>
26 lines
795 B
Makefile
26 lines
795 B
Makefile
# $NetBSD: Makefile,v 1.8 2011/12/15 05:54:43 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Apache2-AuthCookieDBI-2.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache2/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Apache2-AuthCookieDBI
|
|
COMMENT= Perl5 module AuthCookie backed by a DBI database
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Apache2-AuthCookie>=3.08:../../www/p5-Apache2-AuthCookie
|
|
DEPENDS+= p5-DBI>=1.40:../../databases/p5-DBI
|
|
DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc
|
|
|
|
CONFLICTS+= p5-Apache-AuthCookieDBI-[0-9]*
|
|
|
|
PERL5_PACKLIST= auto/Apache2/AuthCookieDBI/.packlist
|
|
|
|
.include "../../www/ap2-perl/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|