diff options
author | sno <sno> | 2010-09-04 11:56:25 +0000 |
---|---|---|
committer | sno <sno> | 2010-09-04 11:56:25 +0000 |
commit | ecd2f2d050832d5c0cfa570858ccba94d55ef729 (patch) | |
tree | a27675de79090be06ab2e17214ff906a389faaad | |
parent | d3f4484d07d89cdaeb819ae276638b403e576dfb (diff) | |
download | pkgsrc-ecd2f2d050832d5c0cfa570858ccba94d55ef729.tar.gz |
Using core modules in dependencies when possible. Bumping revison.
-rw-r--r-- | www/p5-CGI-Kwiki/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-CGI-Kwiki/Makefile b/www/p5-CGI-Kwiki/Makefile index ab3d7ac33a2..a02231ab52e 100644 --- a/www/p5-CGI-Kwiki/Makefile +++ b/www/p5-CGI-Kwiki/Makefile @@ -1,21 +1,22 @@ -# $NetBSD: Makefile,v 1.12 2010/08/21 16:36:36 seb Exp $ +# $NetBSD: Makefile,v 1.13 2010/09/04 11:56:25 sno Exp $ # DISTNAME= CGI-Kwiki-0.18 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 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's not too Tricky +COMMENT= Quickie Wiki that is not too Tricky +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple -DEPENDS+= p5-Locale-Maketext>=1.08:../../misc/p5-Locale-Maketext +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 |