37d90264a8
- Tweak for Kwiki-HomePagePreference - Allow the hub to be hooked. - Socialtext changes - Allow ; in addition to & in query strings - Get rid of -M operators - Make redirects RFC compliant - Refactored themes - empty links cause double page loads - Refactors to get rid of hub connections - eliminate use_class - COmment support - Kwid Formatter for Spork - Also prints command usage from plugins. - copyright 2005 - tweak space on usage() - eliminate cleanup undef warning when doing 'kwiki -update'
17 lines
451 B
Makefile
17 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/07/13 18:47:07 jlam Exp $
|
|
|
|
DISTNAME= Kwiki-0.38
|
|
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.21nb1:../../devel/p5-Spoon
|
|
|
|
PERL5_PACKLIST= auto/Kwiki/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|