eda699ca37
Apache::Session::Generate::UUID extends Apache::Session to allow you to create UUID based session ids. This module fits well with long-term sessions, so better using RDBMS like MySQL for its storage. feedback & ok merdely@
26 lines
519 B
Makefile
26 lines
519 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/16 09:29:55 simon Exp $
|
|
|
|
COMMENT= UUID for session ID generation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Apache-Session-Generate-UUID-0.2
|
|
CATEGORIES= www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
RUN_DEPENDS= ::devel/p5-Data-UUID \
|
|
::www/p5-Apache-Session
|
|
REGRESS_DEPENDS=::devel/p5-Test-Deep \
|
|
::devel/p5-Test-Exception \
|
|
::devel/p5-Test-Group
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|