summaryrefslogtreecommitdiff
path: root/net/p5-Net-IRC
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-03-05 20:42:11 +0000
committerjtb <jtb@pkgsrc.org>2001-03-05 20:42:11 +0000
commitd160102049248a5b40365ee2f19e427817b88ac1 (patch)
treeae48fba101db1936edc6050bb9ebe17f2f75a0b6 /net/p5-Net-IRC
parenta72d3e77831e149971dc3e17c35648522f21c62a (diff)
downloadpkgsrc-d160102049248a5b40365ee2f19e427817b88ac1.tar.gz
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.
Diffstat (limited to 'net/p5-Net-IRC')
-rw-r--r--net/p5-Net-IRC/Makefile18
-rw-r--r--net/p5-Net-IRC/files/md53
-rw-r--r--net/p5-Net-IRC/pkg/DESCR4
-rw-r--r--net/p5-Net-IRC/pkg/PLIST1
4 files changed, 26 insertions, 0 deletions
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"
diff --git a/net/p5-Net-IRC/files/md5 b/net/p5-Net-IRC/files/md5
new file mode 100644
index 00000000000..5e02cbe7ded
--- /dev/null
+++ b/net/p5-Net-IRC/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/05 20:42:11 jtb Exp $
+
+MD5 (Net-IRC-0.70.tar.gz) = 27ee8e5990c6c98a89941c6880de7225
diff --git a/net/p5-Net-IRC/pkg/DESCR b/net/p5-Net-IRC/pkg/DESCR
new file mode 100644
index 00000000000..8363468dc61
--- /dev/null
+++ b/net/p5-Net-IRC/pkg/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/net/p5-Net-IRC/pkg/PLIST b/net/p5-Net-IRC/pkg/PLIST
new file mode 100644
index 00000000000..feae7ce35e0
--- /dev/null
+++ b/net/p5-Net-IRC/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/05 20:42:11 jtb Exp $