dbe0c7b22b
Changes: Version: 3.12 - Makefile.PL If no mod_perl version is found, just require mod_perl2. This makes sure that CPAN testers will get the right dependencies. way. Also set up PREREQ_PM properly for mod_perl version 1. Version: 3.11 - Fix tiny pod doc error. - Escape CR and LF in 'destination' field to prevent possible XSS attack [Steffen Schwigon]
21 lines
609 B
Makefile
21 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.17 2008/07/26 19:27:27 he Exp $
|
|
#
|
|
|
|
DISTNAME= Apache-AuthCookie-3.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= ap13-perl>=1.29:../../www/ap-perl
|
|
DEPENDS+= p5-Apache-Test-[0-9]*:../../www/p5-Apache-Test
|
|
|
|
PERL5_PACKLIST= auto/Apache/AuthCookie/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|