pkgsrc/www/p5-Kwiki-Wikiwyg/Makefile
jlam 886999e72d Import Kwiki::Wikiwyg-0.13 as www/p5-Kwiki-Wikiwyg.
Kwiki-Wikiwyg is a Kwiki plugin that adds WYSIWYG editing capabilities
to a Kwiki.  The underlying technology is Wikiwyg, a Javascript library
that can be easily integrated into any wiki or blog software.  It
offers the user multiple ways to edit/view a piece of content:

    * Wysiwyg mode - Simple, HTML, Design Mode editing.
    * Wikitext mode - Standard, Wiki, Text Area editing.
    * Preview mode - Display mode without saving changes.

Wikiwyg allows you to switch between modes, delegating some of the
processing to the server when necessary.
2006-05-02 14:18:43 +00:00

17 lines
471 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 14:18:43 jlam Exp $
DISTNAME= Kwiki-Wikiwyg-0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.wikiwyg.net/
COMMENT= Kwiki plugin for WYSIWYG editing
DEPENDS+= p5-Kwiki>=0.38:../../www/p5-Kwiki
PERL5_PACKLIST= auto/Kwiki/Wikiwyg/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"