pkgsrc/www/p5-Apache-Session/Makefile
mef fe6dd881a0 (pkgsrc) use ${PERL5_LICENSE} variable for LICENSE
(upstream) update 1.88 to 1.93
1.93  2014-04-12
  - even more test fixes

1.92  2014-03-08
  - more test fixes

1.91  2014-01-07 by Alexandr Ciornii, Perl 26th birthday version
  - Add a test for RT#50896
  - 99mysql.t will work more correctly in some corner cases

1.90   2013-01-27 by Alexandr Ciornii, Perl 25th birthday version
  - Allow specifying table for Oracle
  - Use Test::Database for tests

1.89   2010-09-22  by Alexandr Ciornii
  - require Digest::MD5
  - all semaphore tests were removed
  - Apache::Session::Store::File::materialize should not append to $session->{serialized}
  - Apache::Session::Store::File will flush after writing to file
2014-11-23 06:50:06 +00:00

20 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.35 2014/11/23 06:50:06 mef Exp $
#
DISTNAME= Apache-Session-1.93
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-Session/
COMMENT= Perl5 module to provide persistent storage
LICENSE= ${PERL5_LICENSE}
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"