932751d47b
Upstream changes: 4.40 - Friday, January 2, 2009 No code changes. * DOCUMENTATION: Clarify that users should use the mailing list for support, instead of e-mailing the maintainers directly. 4.39 - Monday, December 15, 2008 No code changes. * INTERNAL: Expand the discussion of auto-flushing in the POD. (Ron Savage, Mark Stosberg) * INTERNAL: Re-organize the documentation a bit.
20 lines
589 B
Makefile
20 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/01/11 18:39:10 he Exp $
|
|
|
|
DISTNAME= CGI-Session-4.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ses
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CGI-Session/
|
|
COMMENT= Perl5 module providing session management across HTTP requests
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
PERL5_PACKLIST= auto/CGI/Session/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|