summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Server-Simple-Kwiki/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-05-02 04:11:58 +0000
committerjlam <jlam@pkgsrc.org>2006-05-02 04:11:58 +0000
commitcf031bde5511ad0b9dfd9504687d3e4bfd925642 (patch)
treea63685f69f3f236425cc0845f5b528b08a1fa08e /www/p5-HTTP-Server-Simple-Kwiki/Makefile
parentbef97a793d4627445a4ced6fdd0836dba10eba91 (diff)
downloadpkgsrc-cf031bde5511ad0b9dfd9504687d3e4bfd925642.tar.gz
Import HTTP::Server::Simple::Kwiki-0.29 as www/HTTP-Server-Simple-Kwiki.
HTTP::Server::Simple::Kwiki is a standalone webserver for Kwiki. This means that you don't need to run it under a proper webserver. This is intended mostly for debugging Kwiki, or for when you just want to play with it without having to configure Apache.
Diffstat (limited to 'www/p5-HTTP-Server-Simple-Kwiki/Makefile')
-rw-r--r--www/p5-HTTP-Server-Simple-Kwiki/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/p5-HTTP-Server-Simple-Kwiki/Makefile b/www/p5-HTTP-Server-Simple-Kwiki/Makefile
new file mode 100644
index 00000000000..8bd18249eca
--- /dev/null
+++ b/www/p5-HTTP-Server-Simple-Kwiki/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 04:11:58 jlam Exp $
+
+DISTNAME= HTTP-Server-Simple-Kwiki-0.29
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple-Kwiki/
+COMMENT= standalone HTTP server for Kwiki
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/HTTP/Server/Simple/Kwiki/.packlist
+
+DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple
+DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture
+DEPENDS+= p5-Kwiki-[0-9]*:../../www/p5-Kwiki
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"