From d160102049248a5b40365ee2f19e427817b88ac1 Mon Sep 17 00:00:00 2001 From: jtb Date: Mon, 5 Mar 2001 20:42:11 +0000 Subject: Initial import of p5-Net-IRC. First intended to be a quick tool for writing an IRC script in Perl, Net::IRC has grown into a comprehensive Perl implementation of the IRC protocol (RFC 1459), supported and developed by several members of the EFnet IRC channel #perl. Package submitted by Damon Brodie in PR pkg/11604. --- net/p5-Net-IRC/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net/p5-Net-IRC/Makefile (limited to 'net/p5-Net-IRC/Makefile') diff --git a/net/p5-Net-IRC/Makefile b/net/p5-Net-IRC/Makefile new file mode 100644 index 00000000000..87569c239ff --- /dev/null +++ b/net/p5-Net-IRC/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/05 20:42:11 jtb Exp $ + +DISTNAME= Net-IRC-0.70 +PKGNAME= p5-${DISTNAME} +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_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/IRC/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3