diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-06 03:52:28 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-06 03:52:28 +0000 |
commit | 47bd00ee2e50a35454a51e039b27afe44674d744 (patch) | |
tree | 4d81d0d6a2c1f82f3da8f347f5ad6294e797cb46 /irc/p5-POE-Component-IRC/Makefile | |
parent | d00a23313cec43c38433940fe01c320ed2302c6d (diff) |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC/Makefile')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 6 |
1 files changed, 2 insertions, 4 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 |