diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2005-02-17 14:31:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2005-02-17 14:31:57 +0000 |
commit | b0e9a943d9444584c4fb22bc3e78e0431bb22354 (patch) | |
tree | 4339fb73bdeb353d60787c3db58680232d490339 /www/p5-WebService-Bloglines | |
parent | a9e14b00d4b760da258dabcb487ec6aab11cc52f (diff) | |
download | ports-b0e9a943d9444584c4fb22bc3e78e0431bb22354.tar.gz ports-b0e9a943d9444584c4fb22bc3e78e0431bb22354.zip |
Notes
Diffstat (limited to 'www/p5-WebService-Bloglines')
-rw-r--r-- | www/p5-WebService-Bloglines/Makefile | 14 | ||||
-rw-r--r-- | www/p5-WebService-Bloglines/distinfo | 4 | ||||
-rw-r--r-- | www/p5-WebService-Bloglines/pkg-plist | 6 |
3 files changed, 16 insertions, 8 deletions
diff --git a/www/p5-WebService-Bloglines/Makefile b/www/p5-WebService-Bloglines/Makefile index be2f6a796209..bfd76bfcac44 100644 --- a/www/p5-WebService-Bloglines/Makefile +++ b/www/p5-WebService-Bloglines/Makefile @@ -7,7 +7,7 @@ # PORTNAME= WebService-Bloglines -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WebService @@ -17,11 +17,19 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Easy-to-use Interface for Bloglines Web Services BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS + ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ + ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= WebService::Bloglines.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +# XML::RSS -> XML::Parser -> Test::Manifest which needs 5.6 +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-WebService-Bloglines/distinfo b/www/p5-WebService-Bloglines/distinfo index 1e1c2a196d19..38210ad6907e 100644 --- a/www/p5-WebService-Bloglines/distinfo +++ b/www/p5-WebService-Bloglines/distinfo @@ -1,2 +1,2 @@ -MD5 (WebService-Bloglines-0.04.tar.gz) = 772babb927ed968a8b41af36fe0688da -SIZE (WebService-Bloglines-0.04.tar.gz) = 5159 +MD5 (WebService-Bloglines-0.05.tar.gz) = c181220be6897e95bda1819cab73ea08 +SIZE (WebService-Bloglines-0.05.tar.gz) = 5276 diff --git a/www/p5-WebService-Bloglines/pkg-plist b/www/p5-WebService-Bloglines/pkg-plist index 245af1cfafa0..d66a4bda0686 100644 --- a/www/p5-WebService-Bloglines/pkg-plist +++ b/www/p5-WebService-Bloglines/pkg-plist @@ -1,8 +1,8 @@ -%%SITE_PERL%%/mach/auto/WebService/Bloglines/.packlist -@dirrm %%SITE_PERL%%/mach/auto/WebService/Bloglines -@unexec rmdir %D/%%SITE_PERL%%/mach/auto/WebService 2>/dev/null || true %%SITE_PERL%%/WebService/Bloglines.pm %%SITE_PERL%%/WebService/Bloglines/Entries.pm %%SITE_PERL%%/WebService/Bloglines/Subscriptions.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Bloglines/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Bloglines +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService 2>/dev/null || true @dirrm %%SITE_PERL%%/WebService/Bloglines @unexec rmdir %D/%%SITE_PERL%%/WebService 2>/dev/null || true |