df45016f13
CGI::SSI is meant to be used as an easy way to filter shtml through CGI scripts in a loose imitation of Apache's mod_include. If you're using Apache, you may want to use either mod_include or the Apache::SSI module instead of CGI::SSI. Limitations in a CGI script's knowledge of how the server behaves make some SSI directives impossible to imitate from a CGI script. ok merdely@
22 lines
425 B
Makefile
22 lines
425 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/23 22:31:39 simon Exp $
|
|
|
|
COMMENT= use SSI from CGI scripts
|
|
|
|
MODULES= cpan
|
|
DISTNAME= CGI-SSI-0.92
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Time-TimeDate \
|
|
::www/p5-HTML-SimpleParse \
|
|
::www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|