summaryrefslogtreecommitdiff
path: root/www/p5-CSS/Makefile
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-07-18 09:49:03 +0000
committerrhaen <rhaen@pkgsrc.org>2008-07-18 09:49:03 +0000
commit1c948986b54b634176f06f17198e286ed78d419c (patch)
treecbcca12f776d140efd88ed7f7bfb49298261f15d /www/p5-CSS/Makefile
parent379034645af56df0d1790071a3d3383f83b0c9e6 (diff)
downloadpkgsrc-1c948986b54b634176f06f17198e286ed78d419c.tar.gz
- updated to 1.08
- cleaned up dependency to Parse::RecDescent ChangeLog: 1.08 Dual licensed
Diffstat (limited to 'www/p5-CSS/Makefile')
-rw-r--r--www/p5-CSS/Makefile7
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"