diff options
Diffstat (limited to 'www/p5-CSS/Makefile')
-rw-r--r-- | www/p5-CSS/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-CSS/Makefile b/www/p5-CSS/Makefile index 9d84a5abe9c..dbbd54866b5 100644 --- a/www/p5-CSS/Makefile +++ b/www/p5-CSS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:42 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/07/18 09:49:03 rhaen Exp $ # -DISTNAME= CSS-1.07 +DISTNAME= CSS-1.08 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CSS/} @@ -12,9 +12,8 @@ COMMENT= Object oriented access to Cascading Style Sheets PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent +DEPENDS+= p5-Parse-RecDescent>=1.0:../../devel/p5-Parse-RecDescent -USE_LANGUAGES= # empty PERL5_PACKLIST= auto/CSS/.packlist .include "../../lang/perl5/module.mk" |