diff options
author | tv <tv@pkgsrc.org> | 1998-12-05 16:26:22 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-05 16:26:22 +0000 |
commit | 533091650fd25240fc92695214061e00591ed571 (patch) | |
tree | 1605b3f5e52b894ccd42bad1cc533d6de5b57059 /www | |
parent | e93d43a7b24804a524eec1f39402dad0ecf778f0 (diff) | |
download | pkgsrc-533091650fd25240fc92695214061e00591ed571.tar.gz |
Add Apache mod_perl module for ePerl processing.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-ePerl/Makefile | 21 | ||||
-rw-r--r-- | www/p5-Apache-ePerl/files/md5 | 3 | ||||
-rw-r--r-- | www/p5-Apache-ePerl/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-Apache-ePerl/pkg/DESCR | 13 | ||||
-rw-r--r-- | www/p5-Apache-ePerl/pkg/PLIST | 5 |
5 files changed, 43 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" diff --git a/www/p5-Apache-ePerl/files/md5 b/www/p5-Apache-ePerl/files/md5 new file mode 100644 index 00000000000..ee3f043bdff --- /dev/null +++ b/www/p5-Apache-ePerl/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/12/05 16:26:22 tv Exp $ + +MD5 (eperl-2.2.14.tar.gz) = 0213580b6711b5312d1873f9732ae8d6 diff --git a/www/p5-Apache-ePerl/pkg/COMMENT b/www/p5-Apache-ePerl/pkg/COMMENT new file mode 100644 index 00000000000..83d762e473f --- /dev/null +++ b/www/p5-Apache-ePerl/pkg/COMMENT @@ -0,0 +1 @@ +perl5/Apache module of an ePerl text parser diff --git a/www/p5-Apache-ePerl/pkg/DESCR b/www/p5-Apache-ePerl/pkg/DESCR new file mode 100644 index 00000000000..7154194a550 --- /dev/null +++ b/www/p5-Apache-ePerl/pkg/DESCR @@ -0,0 +1,13 @@ + ____ _ + ___| _ \ ___ _ __| | + / _ \ |_) / _ \ '__| | + | __/ __/ __/ | | | + \___|_| \___|_| |_| + + ePerl -- Embedded Perl 5 Language + +ePerl interprets an ASCII file bristled with Perl 5 program statements by +evaluating the Perl 5 code while passing through the plain ASCII data. +It can operate in various ways: As a stand-alone Unix filter or +integrated Perl 5 module for general file generation tasks and as a +powerful Webserver scripting language for dynamic HTML page programming. diff --git a/www/p5-Apache-ePerl/pkg/PLIST b/www/p5-Apache-ePerl/pkg/PLIST new file mode 100644 index 00000000000..be489b211a5 --- /dev/null +++ b/www/p5-Apache-ePerl/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/05 16:26:22 tv Exp $ +lib/perl5/man/man3/Apache::ePerl.3 +lib/perl5/site_perl/Apache/ePerl.pm +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Apache/ePerl/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Apache/ePerl |