7a6521287b
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
17 lines
463 B
Makefile
17 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:47 jlam Exp $
|
|
|
|
DISTNAME= Kwiki-NewPage-0.12
|
|
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 create a new Wiki page
|
|
|
|
DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki
|
|
|
|
PERL5_PACKLIST= auto/Kwiki/NewPage/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|