diff options
author | skv <skv@FreeBSD.org> | 2004-01-19 13:51:51 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-01-19 13:51:51 +0000 |
commit | 5417f6d5441dd91ed99d73e9d4bddd18a1777872 (patch) | |
tree | 2cdebc61ccc93fcca4f6829170f91accdba8c6c9 /textproc/p5-CSS-SAC | |
parent | 1ea19790024c53bc043020ae3d9bf5d63b18af96 (diff) | |
download | FreeBSD-ports-5417f6d5441dd91ed99d73e9d4bddd18a1777872.zip FreeBSD-ports-5417f6d5441dd91ed99d73e9d4bddd18a1777872.tar.gz |
Updated to 0.05
Diffstat (limited to 'textproc/p5-CSS-SAC')
-rw-r--r-- | textproc/p5-CSS-SAC/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-CSS-SAC/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-CSS-SAC/pkg-descr | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-CSS-SAC/Makefile b/textproc/p5-CSS-SAC/Makefile index 92c40fd..e5c4c49 100644 --- a/textproc/p5-CSS-SAC/Makefile +++ b/textproc/p5-CSS-SAC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CSS-SAC -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CSS @@ -36,6 +36,5 @@ MAN3= CSS::SAC.3 CSS::SAC::Condition.3 \ CSS::SAC::Selector::Sibling.3 CSS::SAC::Selector::Simple.3 \ CSS::SAC::SelectorFactory.3 CSS::SAC::SelectorList.3 \ CSS::SAC::TestWriter.3 CSS::SAC::Writer.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-CSS-SAC/distinfo b/textproc/p5-CSS-SAC/distinfo index 3dc10c5..28cc677 100644 --- a/textproc/p5-CSS-SAC/distinfo +++ b/textproc/p5-CSS-SAC/distinfo @@ -1 +1 @@ -MD5 (CSS-SAC-0.04.tar.gz) = de16aa19c30cda30f59df472c3fca69e +MD5 (CSS-SAC-0.05.tar.gz) = a23d4ab531b25e131ed48894d647242c diff --git a/textproc/p5-CSS-SAC/pkg-descr b/textproc/p5-CSS-SAC/pkg-descr index ec4b6d9..57f3aa7 100644 --- a/textproc/p5-CSS-SAC/pkg-descr +++ b/textproc/p5-CSS-SAC/pkg-descr @@ -7,7 +7,7 @@ CSS having more constructs than XML, core SAC is still more complex than core SAX. However, if you need to parse a CSS style sheet, SAC probably remains the easiest way to get it done. -WWW: http://search.cpan.org/search?dist=CSS-SAC +WWW: http://search.cpan.org/dist/CSS-SAC/ -- Sergey Skvortsov skv@FreeBSD.org |