diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2013-11-04 21:39:26 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2013-11-04 21:39:26 +0000 |
commit | 470788ec650a26423bac852a0dc1099b341a0007 (patch) | |
tree | 09d10ef07499e709fb00a3b4b06dce598e5a9039 /www/Makefile | |
parent | 47242e7e3dea6528091398978508f1bef2f2e6be (diff) | |
download | pkgsrc-470788ec650a26423bac852a0dc1099b341a0007.tar.gz |
Link the p5-POE-Component-Server-SimpleHTTP Perl module into the www
Makefile.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index ee62166aeb7..36e20baddd4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.996 2013/11/03 13:35:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.997 2013/11/04 21:39:26 tonnerre Exp $ # COMMENT= Packages related to the World Wide Web @@ -447,6 +447,7 @@ SUBDIR+= p5-Mojolicious SUBDIR+= p5-Net-FastCGI SUBDIR+= p5-Net-HTTP SUBDIR+= p5-POE-Component-Server-PSGI +SUBDIR+= p5-POE-Component-Server-SimpleHTTP SUBDIR+= p5-POE-Filter-HTTP-Parser SUBDIR+= p5-PSGI SUBDIR+= p5-ParallelUserAgent |