summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Kwiki/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2004-05-13 09:22:30 +0000
committermjl <mjl@pkgsrc.org>2004-05-13 09:22:30 +0000
commit822eb3e0210d0ee024747dbcc45199c39f52e684 (patch)
tree99f511081be566db755150f6746f53e5b6d373ec /www/p5-CGI-Kwiki/Makefile
parentfdbf46a2fa52d55052a9c3404a67c1c04e05f42b (diff)
downloadpkgsrc-822eb3e0210d0ee024747dbcc45199c39f52e684.tar.gz
Import p5-CGI-Kwiki 0.18
A Wiki is a website that allows its users to add pages, and edit any existing pages. You can create a new kwiki website with a single command. The module has no prerequisite modules, except the ones that ship with Perl. It doesn't require a database backend, although it could be made to use one. The default kwiki behaviour is fairly full featured, and includes support for html tables. Any behaviour of the kwiki can be customized, without much trouble.
Diffstat (limited to 'www/p5-CGI-Kwiki/Makefile')
-rw-r--r--www/p5-CGI-Kwiki/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/p5-CGI-Kwiki/Makefile b/www/p5-CGI-Kwiki/Makefile
new file mode 100644
index 00000000000..73822c1c0cb
--- /dev/null
+++ b/www/p5-CGI-Kwiki/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/13 09:22:30 mjl Exp $
+#
+
+DISTNAME= CGI-Kwiki-0.18
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ckw
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.kwiki.org/
+COMMENT= A Quickie Wiki that's not too Tricky
+
+DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple
+DEPENDS+= p5-Locale-Maketext>=1.08:../../misc/p5-Locale-Maketext
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI-Kwiki/.packlist
+
+.include "../../mk/bsd.prefs.mk"
+
+post-patch:
+ @${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"