diff options
author | mat <mat@FreeBSD.org> | 2003-10-03 00:04:30 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-03 00:04:30 +0800 |
commit | 85ec6db506615837e44069d79914f3594dcc43b8 (patch) | |
tree | 0420e3fc105e617335997a3d04429124d5b28fec /irc/p5-IRC/Makefile | |
parent | f2054912c81af66f71c54f08d656bba880892a3c (diff) | |
download | freebsd-ports-gnome-85ec6db506615837e44069d79914f3594dcc43b8.tar.gz freebsd-ports-gnome-85ec6db506615837e44069d79914f3594dcc43b8.tar.zst freebsd-ports-gnome-85ec6db506615837e44069d79914f3594dcc43b8.zip |
Update to 0.74
use SITE_PERL, add WWW, cleanup, and remove no longer needed patch
maintainer timeout (4 months)
PR: 52241
Submitted by: myself
Diffstat (limited to 'irc/p5-IRC/Makefile')
-rw-r--r-- | irc/p5-IRC/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile index a5feda925356..fbd006904488 100644 --- a/irc/p5-IRC/Makefile +++ b/irc/p5-IRC/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Net-IRC -PORTVERSION= 0.71 +PORTVERSION= 0.74 CATEGORIES= irc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net +MASTER_SITE_SUBDIR= Net/JMUHLICH PKGNAMEPREFIX= p5- MAINTAINER= jedgar@fxp.org @@ -17,7 +17,6 @@ COMMENT= Perl5 modules to implement the IRC protocol (RFC 1459) PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Connection.3 \ Net::DCC.3 \ Net::Event.3 \ |