7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
20 lines
585 B
Makefile
20 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:35 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Apache-AuthCookie-3.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Apache-AuthCookie/
|
|
COMMENT= Perl5 module for Authentication and Authorization via cookies
|
|
|
|
DEPENDS+= ap-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"
|