18 lines
510 B
Makefile
18 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.17 2016/06/08 19:25:09 wiz Exp $
|
|
|
|
DISTNAME= Kwiki-ParagraphBlocks-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 9
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.kwiki.org/
|
|
COMMENT= Kwiki plugin to display paragraphs with embedded whitespace
|
|
|
|
DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki
|
|
|
|
PERL5_PACKLIST= auto/Kwiki/ParagraphBlocks/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|