aboutsummaryrefslogtreecommitdiff
path: root/www/p5-POE-Component-Client-UserAgent
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-05-21 11:28:47 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-05-21 11:28:47 +0000
commit4229159ce39542f7d1825a07e7279bc9b3b82f8f (patch)
treec1ab03e558a5c876caf089b99d64ac85b39bdd1f /www/p5-POE-Component-Client-UserAgent
parent29e123bceff1d241c97eed442cf24af1c8bfb835 (diff)
downloadports-4229159ce39542f7d1825a07e7279bc9b3b82f8f.tar.gz
ports-4229159ce39542f7d1825a07e7279bc9b3b82f8f.zip
Notes
Diffstat (limited to 'www/p5-POE-Component-Client-UserAgent')
-rw-r--r--www/p5-POE-Component-Client-UserAgent/Makefile9
-rw-r--r--www/p5-POE-Component-Client-UserAgent/distinfo2
-rw-r--r--www/p5-POE-Component-Client-UserAgent/pkg-descr4
-rw-r--r--www/p5-POE-Component-Client-UserAgent/pkg-plist18
4 files changed, 16 insertions, 17 deletions
diff --git a/www/p5-POE-Component-Client-UserAgent/Makefile b/www/p5-POE-Component-Client-UserAgent/Makefile
index a5c339d08581..8353e814e4e5 100644
--- a/www/p5-POE-Component-Client-UserAgent/Makefile
+++ b/www/p5-POE-Component-Client-UserAgent/Makefile
@@ -6,22 +6,21 @@
#
PORTNAME= POE-Component-Client-UserAgent
-PORTVERSION= 0.04
+PORTVERSION= 0.05
CATEGORIES= devel perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/R/RC/RCAPUTO
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@protey.ru
+MAINTAINER= skv@FreeBSD.org
COMMENT= LWP and LWP::Parallel based POE component
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/Parallel.pm:${PORTSDIR}/www/p5-ParallelUA
+BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
+ ${SITE_PERL}/LWP/Parallel.pm:${PORTSDIR}/www/p5-ParallelUA
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::Client::UserAgent.3
.include <bsd.port.mk>
diff --git a/www/p5-POE-Component-Client-UserAgent/distinfo b/www/p5-POE-Component-Client-UserAgent/distinfo
index 530f1f852154..4976118b0b7a 100644
--- a/www/p5-POE-Component-Client-UserAgent/distinfo
+++ b/www/p5-POE-Component-Client-UserAgent/distinfo
@@ -1 +1 @@
-MD5 (POE-Component-Client-UserAgent-0.04.tar.gz) = baa3b7f8a4446e208c9e322e2c9cff23
+MD5 (POE-Component-Client-UserAgent-0.05.tar.gz) = 15dbf9137dd6f3788d4f5b7fe56596a9
diff --git a/www/p5-POE-Component-Client-UserAgent/pkg-descr b/www/p5-POE-Component-Client-UserAgent/pkg-descr
index 50cb604d8127..09978c09afe9 100644
--- a/www/p5-POE-Component-Client-UserAgent/pkg-descr
+++ b/www/p5-POE-Component-Client-UserAgent/pkg-descr
@@ -2,7 +2,7 @@ POE::Component::Client::UserAgent is based on LWP and LWP::Parallel.
It lets other tasks run while making a request to an Internet server
and waiting for response, and it lets several requests run in parallel.
-WWW: http://search.cpan.org/search?dist=POE-Component-Client-UserAgent
+WWW: http://search.cpan.org/dist/POE-Component-Client-UserAgent/
-- Sergey Skvortsov
-skv@protey.ru
+skv@FreeBSD.org
diff --git a/www/p5-POE-Component-Client-UserAgent/pkg-plist b/www/p5-POE-Component-Client-UserAgent/pkg-plist
index 1c5d076ca42f..cc7a99bf5043 100644
--- a/www/p5-POE-Component-Client-UserAgent/pkg-plist
+++ b/www/p5-POE-Component-Client-UserAgent/pkg-plist
@@ -1,9 +1,9 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/UserAgent.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
+%%SITE_PERL%%/POE/Component/Client/UserAgent.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/UserAgent
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true