pkgsrc/net/p5-Net-IRC/Makefile
adrianp 728ee1529f - Update to 0.75
- Fix homepage

0.74   Wed Apr 16 Sometime GMT 2003
        - Added Pacing
	- Added SSL support
	- Added Time::HiRes conditional support for fractional times
	- Net::IRC::Connection::time -> Net::IRC::Connection::timestamp
	  - Hopefully this doesn't break anyone, this was an undocumented
	    access to the IRC 'TIME' command.
	- Updated docs slightly, pointing to new webpage, etc.

0.75   Fri Apr 30 who cares what time? 2004
      	- Hopefully fixed mysterious LocalAddr-related connection problems
	- Rewrote event output system - created EventQueue
	- Added add_default_handler for hooking all events at once
	- UnrealIrcd events added (thanks to Hendrik Frenzel)
	- Conditional require of Time::HiRes now works right in its absence
          (thanks to Adam Monsen <adamm@wazamatta.com>)
	- Massive readability/maintainability changes
	  - Subs ordered in logical order, not alphabetical
	  - Indentation
	- Updated current maintainers (should have been changed for 0.74)
2004-10-20 09:41:40 +00:00

17 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/10/20 09:41:40 adrianp Exp $
DISTNAME= Net-IRC-0.75
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nir
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= damon@brodiefamily.org
HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Net-IRC/
COMMENT= Perl Internet Relay Chat (IRC) module
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/IRC/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"