df4e1203e4
ok jasper@ (final commit)
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/12/03 11:46:51 ajacoutot Exp $
|
|
|
|
COMMENT= persistence framework for Apache session data
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Apache-Session-1.83
|
|
REVISION= 1
|
|
CATEGORIES= www databases
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Michael Coulter <mjc@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REGRESS_DEPENDS= devel/p5-Test-Deep \
|
|
devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|