0570a26a4a
Upstream changes: 2008-11-20: version 0.104 * Include ChangeLog (#38278) Older chnagelog entries: 2008-07-16: version 0.103 * Changes for more recent Kwiki * Get rid of quote marks from old CVS commit messages (#32306) * CVS revision number should start with major version number (#13846) 2004-11-27: version 0.102 * Initial working release
20 lines
549 B
Makefile
20 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/12/15 23:53:07 he Exp $
|
|
|
|
DISTNAME= Kwiki-Archive-Cvs-0.104
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.kwiki.org/
|
|
#HOMEPAGE= http://search.cpan.org/dist/Kwiki-Archive-Cvs/
|
|
COMMENT= Kwiki page archive using CVS
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Kwiki>=0.39:../../www/p5-Kwiki
|
|
|
|
PERL5_PACKLIST= auto/Kwiki/Archive/Cvs/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|