summaryrefslogtreecommitdiff
path: root/www/p5-Apache-ePerl/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-12-05 16:26:22 +0000
committertv <tv>1998-12-05 16:26:22 +0000
commit4db030c032826411edeed86ffdda2a7092c746c5 (patch)
tree1605b3f5e52b894ccd42bad1cc533d6de5b57059 /www/p5-Apache-ePerl/Makefile
parent72da96e8823608a1fadd5cea2b984f97fcc15869 (diff)
downloadpkgsrc-4db030c032826411edeed86ffdda2a7092c746c5.tar.gz
Add Apache mod_perl module for ePerl processing.
Diffstat (limited to 'www/p5-Apache-ePerl/Makefile')
-rw-r--r--www/p5-Apache-ePerl/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-Apache-ePerl/Makefile b/www/p5-Apache-ePerl/Makefile
new file mode 100644
index 00000000000..f2c240c7426
--- /dev/null
+++ b/www/p5-Apache-ePerl/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 16:26:22 tv Exp $
+#
+
+DISTNAME= eperl-2.2.14
+PKGNAME= p5-Apache-ePerl-2.2.14
+CATEGORIES= perl5 textproc www
+MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.engelschall.com/sw/eperl/
+
+DEPENDS= eperl-2.2.14:../../textproc/eperl
+BUILD_DEPENDS= ${PREFIX}/lib/httpd/mod_perl.so:../../www/ap-perl
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/mod/Apache
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"