summaryrefslogtreecommitdiff
path: root/www/p5-Apache-SSI/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-01 02:12:59 +0000
committerjlam <jlam>2001-10-01 02:12:59 +0000
commitf47505a9f99f12f46423c9d52da94e5302d66205 (patch)
tree3b13184eede90c524e415ef5f2e091aeaa375551 /www/p5-Apache-SSI/Makefile
parent9e82199446f467ab499ead0d157a7807776913d1 (diff)
downloadpkgsrc-f47505a9f99f12f46423c9d52da94e5302d66205.tar.gz
p5-Apache-SSI - implements Server Side Includes in Perl
Apache::SSI implements the functionality of mod_include for handling server-parsed html documents. It runs under Apache's mod_perl. In my mind, there are two main reasons you might want to use this module: you can sub-class it to implement your own custom SSI directives, and/or you can parse the output of other mod_perl handlers, or send the SSI output through another handler (use Apache::Filter to do this).
Diffstat (limited to 'www/p5-Apache-SSI/Makefile')
-rw-r--r--www/p5-Apache-SSI/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/p5-Apache-SSI/Makefile b/www/p5-Apache-SSI/Makefile
new file mode 100644
index 00000000000..b3185e6bf79
--- /dev/null
+++ b/www/p5-Apache-SSI/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/01 02:12:59 jlam Exp $
+
+DISTNAME= Apache-SSI-2.16
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module to implement Server Side Includes
+
+DEPENDS+= ap-perl>=1.19:../../www/ap-perl
+DEPENDS+= p5-HTML-SimpleParse>=0.06:../../www/p5-HTML-SimpleParse
+
+USE_PERL5= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/SSI/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"