pkgsrc/www/p5-Kwiki-PreformattedBlocks/Makefile
jlam 82f331f1dc Import p5-Kwiki-PreformattedBlocks-0.11 as www/p5-Kwiki-PreformattedBlocks,
a Kwiki plugin to mark blocks of preformatted text without indenting.
2004-12-27 15:24:11 +00:00

18 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/12/27 15:24:11 jlam Exp $
DISTNAME= Kwiki-PreformattedBlocks-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/}
MAINTAINER= jlam@NetBSD.org
HOMEPAGE= http://www.kwiki.org/
COMMENT= Kwiki plugin to display preformatted text
DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki
USE_BUILDLINK3= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Kwiki/PreformattedBlocks/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"