diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-27 16:58:18 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-27 16:58:18 +0000 |
commit | 2c606d14b26819e9469edbf573de64b29a7fca66 (patch) | |
tree | c2af58caba1dd9741d74515d081a0c9707a77efb /irc/p5-IRC/Makefile | |
parent | oops, forgot two patches in the upgrade to version 1.11 (diff) |
Update to version 0.62
PR: 13996
Submitted by: maintainer
Diffstat (limited to 'irc/p5-IRC/Makefile')
-rw-r--r-- | irc/p5-IRC/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile index b984fdf6867b..225745d3f1f9 100644 --- a/irc/p5-IRC/Makefile +++ b/irc/p5-IRC/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: p5-IRC -# Version required: 0.61 +# Version required: 0.62 # Date created: 07 August 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= Net-IRC-0.61 -PKGNAME= p5-IRC-0.61 +DISTNAME= Net-IRC-0.62 +PKGNAME= p5-IRC-0.62 CATEGORIES= irc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ + http://www.funkplanet.com/irc/ MASTER_SITE_SUBDIR= Net MAINTAINER= jedgar@fxp.org |