pkgsrc/www/p5-Apache-Session/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

23 lines
666 B
Makefile

# $NetBSD: Makefile,v 1.33 2014/05/29 23:37:59 wiz Exp $
#
DISTNAME= Apache-Session-1.88
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
SVR4_PKGNAME= p5ase
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Apache-Session/
COMMENT= Perl5 module to provide persistent storage
LICENSE= gnu-gpl-v2 # OR artistic
DEPENDS+= p5-Test-Deep>=0.082:../../devel/p5-Test-Deep
DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception
PERL5_PACKLIST= auto/Apache/Session/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"