summaryrefslogtreecommitdiff
path: root/www/p5-Kwiki/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-12-25 23:15:15 +0000
committerjlam <jlam>2004-12-25 23:15:15 +0000
commit6b6fdd168d88b1467e68e7184df0f5f051e4ae61 (patch)
tree23012043084ccbf104a17a1d3ab1c8a55d65a765 /www/p5-Kwiki/Makefile
parent61dc8d5563152d700f243745aceaec75be043539 (diff)
downloadpkgsrc-6b6fdd168d88b1467e68e7184df0f5f051e4ae61.tar.gz
Import p5-Kwiki-0.36 as www/p5-Kwiki, an extensible, modular, Perl-based
Wiki. Kwiki is perhaps the simplest to install, most modular, and easiest to extend Wiki. A Wiki allows users to freely create and edit web pages in any web browser.
Diffstat (limited to 'www/p5-Kwiki/Makefile')
-rw-r--r--www/p5-Kwiki/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/p5-Kwiki/Makefile b/www/p5-Kwiki/Makefile
new file mode 100644
index 00000000000..63c4d665028
--- /dev/null
+++ b/www/p5-Kwiki/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/25 23:15:15 jlam Exp $
+
+DISTNAME= Kwiki-0.36
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/}
+
+MAINTAINER= jlam@NetBSD.org
+HOMEPAGE= http://www.kwiki.org/
+COMMENT= Extensible, modular, Perl-based Wiki
+
+DEPENDS+= p5-Spoon>=0.20:../../devel/p5-Spoon
+
+USE_BUILDLINK3= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Kwiki/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"