Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
19 lines
625 B
Makefile
19 lines
625 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/29 23:38:10 wiz Exp $
|
|
|
|
DISTNAME= Kwiki-Simple-Server-HTTP-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Kwiki-Simple-Server-HTTP/
|
|
COMMENT= Kwiki plugin to start a standalone Kwiki HTTP server
|
|
|
|
DEPENDS+= p5-HTTP-Server-Simple-Kwiki-[0-9]*:../../www/p5-HTTP-Server-Simple-Kwiki
|
|
DEPENDS+= p5-Kwiki>=0.37:../../www/p5-Kwiki
|
|
|
|
PERL5_PACKLIST= auto/Kwiki/Simple/Server/HTTP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|