768936ba9b
PHP::Session allows to read or write PHP session files from a CGI or a perl script. If you like the Apache::Session interface for session management, there is glue for Apache::Session to this module, Apache::Session::PHP. from Alexandre Anriot <aanriot at atlantilde.com>
27 lines
557 B
Makefile
27 lines
557 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/31 19:25:26 sturm Exp $
|
|
|
|
COMMENT= "read / write PHP session files"
|
|
|
|
DISTNAME= PHP-Session-0.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
|
|
MAINTAINER= Alexandre Anriot <aanriot@atlantilde.com>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PHP/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/p5-Universal-exports
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|