00fdfbfff4
- 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
20 lines
599 B
Makefile
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"
|