diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-15 02:54:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-15 02:54:35 +0000 |
commit | d7f509e7c95aacd32cfed914241d42bd7e2f0378 (patch) | |
tree | e41295a130422456bb0f3aa5ced493096557a3a2 /www/Makefile | |
parent | f1ca327dd376d5d8965edcf84d9070870a4e8bd7 (diff) | |
download | pkgsrc-d7f509e7c95aacd32cfed914241d42bd7e2f0378.tar.gz |
Add and enable:
p5-CGI-Application
p5-HTML-PrettyPrinter
p5-HTML-Table
p5-HTML-Template
p5-HTML-Tree
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 20c3c3449f6..632acdc60cf 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2000/09/26 08:54:45 soren Exp $ +# $NetBSD: Makefile,v 1.101 2000/10/15 02:54:35 jlam Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -56,10 +56,15 @@ SUBDIR += p5-Apache-ASP SUBDIR += p5-Apache-ePerl SUBDIR += p5-CGI + SUBDIR += p5-CGI-Application SUBDIR += p5-CGI_Lite SUBDIR += p5-FCGI SUBDIR += p5-HTML-Parser + SUBDIR += p5-HTML-PrettyPrinter + SUBDIR += p5-HTML-Table SUBDIR += p5-HTML-Tagset + SUBDIR += p5-HTML-Template + SUBDIR += p5-HTML-Tree SUBDIR += p5-URI SUBDIR += p5-VRML SUBDIR += p5-libwww |