pkgsrc/net/p5-Net-IRC/Makefile
martti 00fdfbfff4 Updated p5-Net-IRC to 0.73 (provided by Kevin Lo in pkg/15329)
- Removed debugging information that was printing out weird messages
  as far as ACTIONs were concerned
- Made the LocalAddr option actually work
- Added some more Handlers and the documentation
- Fix the IPv6 hostnames
- Anti's Patch broke MODE handling
2002-01-26 06:51:17 +00:00

20 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/01/26 06:51:17 martti Exp $
DISTNAME= Net-IRC-0.73
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/Connection.html
COMMENT= Net::IRC - Perl Internet Relay Chat (IRC) Module
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/IRC/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"