pkgsrc/www/p5-CGI-Kwiki/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

27 lines
727 B
Makefile

# $NetBSD: Makefile,v 1.17 2013/05/31 12:42:36 wiz Exp $
#
DISTNAME= CGI-Kwiki-0.18
PKGNAME= p5-${DISTNAME}
PKGREVISION= 8
SVR4_PKGNAME= p5ckw
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.kwiki.org/
COMMENT= Quickie Wiki that is not too Tricky
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.10.0,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext>=1.08}:../../misc/p5-Locale-Maketext
PERL5_PACKLIST= auto/CGI-Kwiki/.packlist
.include "../../mk/bsd.prefs.mk"
post-patch:
@${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"