diff --git a/www/Makefile b/www/Makefile index 9d34cfbbd29f..36862b8b8333 100644 --- a/www/Makefile +++ b/www/Makefile @@ -199,6 +199,7 @@ SUBDIR += p5-Apache-SSI SUBDIR += p5-Apache-Session SUBDIR += p5-Apache-Session-SharedMem + SUBDIR += p5-Bundle-libservlet SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-ArgChecker SUBDIR += p5-CGI-Cache diff --git a/www/p5-Bundle-libservlet/Makefile b/www/p5-Bundle-libservlet/Makefile new file mode 100644 index 000000000000..f2eecf6670bf --- /dev/null +++ b/www/p5-Bundle-libservlet/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# New ports collection makefile for: Bundle-libservlet +# Date created: Jul 26, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= Bundle-libservlet +PORTVERSION= 0.9.2 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Bundle +PKGNAMEPREFIX= p5- + +MAINTAINER= ijliao@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Bundle::libservlet.3 + +.include diff --git a/www/p5-Bundle-libservlet/distinfo b/www/p5-Bundle-libservlet/distinfo new file mode 100644 index 000000000000..a04d581debbe --- /dev/null +++ b/www/p5-Bundle-libservlet/distinfo @@ -0,0 +1 @@ +MD5 (Bundle-libservlet-0.9.2.tar.gz) = c3d47a03a70db7554b052625b59dce28 diff --git a/www/p5-Bundle-libservlet/pkg-comment b/www/p5-Bundle-libservlet/pkg-comment new file mode 100644 index 000000000000..de82606a3040 --- /dev/null +++ b/www/p5-Bundle-libservlet/pkg-comment @@ -0,0 +1 @@ +Servlet API for Perl diff --git a/www/p5-Bundle-libservlet/pkg-descr b/www/p5-Bundle-libservlet/pkg-descr new file mode 100644 index 000000000000..483f09ac80cf --- /dev/null +++ b/www/p5-Bundle-libservlet/pkg-descr @@ -0,0 +1,15 @@ +The Servlet API for Perl (libservlet) is a formulation of the Java (TM) +Servlet API in Perl. + +While the servlet concept originated with Java (TM), its component model is +quite natural for Perl as well. By writing servlet applications and deploying +them in a servlet container, application authors can spare themselves the +effort of writing commonly needed web application infrastructure components +for each new project. Furthermore, servlet applications are portable between +deployment environments; they can be executed in any servlet container using +any process model with only a few configuration changes and no application +code changes. Servlet applications are insulated from changes in vendor or +platform and are able to portably take advantage of standard web +infrastructure services offered by any servlet container. + +WWW: http://www.maz.org/libservlet/ diff --git a/www/p5-Bundle-libservlet/pkg-plist b/www/p5-Bundle-libservlet/pkg-plist new file mode 100644 index 000000000000..ff876be42d29 --- /dev/null +++ b/www/p5-Bundle-libservlet/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Bundle/libservlet.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bundle/libservlet/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bundle/libservlet +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bundle