diff options
author | seb <seb> | 2010-07-11 10:54:02 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-11 10:54:02 +0000 |
commit | 6386d13efcd50a285c7fc6fcbed88e767904e5e6 (patch) | |
tree | a882b2a7e9e21ff106fa2fd98f2d516ecd3c8a3e /www | |
parent | f78d6effddd88f3fe5bdf47d8f7ae7828176be75 (diff) | |
download | pkgsrc-6386d13efcd50a285c7fc6fcbed88e767904e5e6.tar.gz |
Add & enable p5-CGI-Application-PSGI
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 45bc1204f4a..90fb88773b0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.762 2010/07/11 10:28:28 seb Exp $ +# $NetBSD: Makefile,v 1.763 2010/07/11 10:54:02 seb Exp $ # COMMENT= Packages related to the World Wide Web @@ -251,6 +251,7 @@ SUBDIR+= p5-App-Nopaste SUBDIR+= p5-CGI SUBDIR+= p5-CGI-Ajax SUBDIR+= p5-CGI-Application +SUBDIR+= p5-CGI-Application-PSGI SUBDIR+= p5-CGI-Application-Plugin-DBH SUBDIR+= p5-CGI-Application-Plugin-ValidateRM SUBDIR+= p5-CGI-Compile |