summaryrefslogtreecommitdiff
path: root/irc/p5-POE-Component-IRC
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-07-06 03:52:28 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-07-06 03:52:28 +0000
commit47bd00ee2e50a35454a51e039b27afe44674d744 (patch)
tree4d81d0d6a2c1f82f3da8f347f5ad6294e797cb46 /irc/p5-POE-Component-IRC
parent- Update to 1.6.7-rc4 (diff)
Update to 2.8.
Add WWW:. Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52242 No response from: maintainer
Notes
Notes: svn path=/head/; revision=84259
Diffstat (limited to 'irc/p5-POE-Component-IRC')
-rw-r--r--irc/p5-POE-Component-IRC/Makefile6
-rw-r--r--irc/p5-POE-Component-IRC/distinfo2
-rw-r--r--irc/p5-POE-Component-IRC/pkg-descr2
-rw-r--r--irc/p5-POE-Component-IRC/pkg-plist20
4 files changed, 15 insertions, 15 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile
index 6d83f0f0a4f8..0b3de5a7df7b 100644
--- a/irc/p5-POE-Component-IRC/Makefile
+++ b/irc/p5-POE-Component-IRC/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= POE-Component-IRC
-PORTVERSION= 2.6
+PORTVERSION= 2.8
CATEGORIES= irc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
@@ -16,13 +16,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= dan-freebsd@spot.org
COMMENT= A fully event-driven IRC client module
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
+BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
-PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::Filter-CTCP.3 \
POE::Component::IRC.3 \
POE::Component::Filter-IRC.3
diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo
index 3649594bd320..714b2adc3873 100644
--- a/irc/p5-POE-Component-IRC/distinfo
+++ b/irc/p5-POE-Component-IRC/distinfo
@@ -1 +1 @@
-MD5 (POE-Component-IRC-2.6.tar.gz) = c38360cddd0a20eb8f660c1044d45cce
+MD5 (POE-Component-IRC-2.8.tar.gz) = 8448154d6a737823b88df84923177bc9
diff --git a/irc/p5-POE-Component-IRC/pkg-descr b/irc/p5-POE-Component-IRC/pkg-descr
index 487c59ea72ab..ac6de76fe82c 100644
--- a/irc/p5-POE-Component-IRC/pkg-descr
+++ b/irc/p5-POE-Component-IRC/pkg-descr
@@ -3,3 +3,5 @@ an easily controllable IRC client for your other POE components and
sessions. You create an IRC component and tell it what events your session
cares about and where to connect to, and it sends back interesting IRC
events when they happen. You make the client do things by sending it events.
+
+WWW: http://search.cpan.org/dist/POE-Component-IRC/
diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist
index be1fef347400..f9fd1d6d01db 100644
--- a/irc/p5-POE-Component-IRC/pkg-plist
+++ b/irc/p5-POE-Component-IRC/pkg-plist
@@ -1,7 +1,7 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IRC.pm
-lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/CTCP.pm
-lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/IRC.pm
+%%SITE_PERL%%/POE/Component/IRC.pm
+%%SITE_PERL%%/POE/Filter/CTCP.pm
+%%SITE_PERL%%/POE/Filter/IRC.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
%%PORTDOCS%%%%EXAMPLESDIR%%/aimproxy.pl
%%PORTDOCS%%%%EXAMPLESDIR%%/dcctest.pl
%%PORTDOCS%%%%EXAMPLESDIR%%/dicebot.pl
@@ -9,9 +9,9 @@ lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/IRC.pm
%%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl
%%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC
-@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%%/POE/Component 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Filter 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 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
+@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/Filter 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