93b8b4e652
This Kwiki plugin helps reduce WikiSpam by requiring that the user have a user name before editing. The idea is that SpamBots won't take the trouble to do this. Of course this won't prevent spam created manually.
17 lines
518 B
Makefile
17 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/01/31 18:52:17 jschauma Exp $
|
|
|
|
DISTNAME= Kwiki-Edit-RequireUserName-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/JPEREGR/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.kwiki.org/
|
|
COMMENT= Kwiki plugin to require a user name to edit
|
|
|
|
DEPENDS+= p5-Kwiki>=0.37nb1:../../www/p5-Kwiki
|
|
|
|
PERL5_PACKLIST= auto/Kwiki/Edit/RequireUserName/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|