diff options
Diffstat (limited to 'irc/p5-IRC')
-rw-r--r-- | irc/p5-IRC/Makefile | 29 | ||||
-rw-r--r-- | irc/p5-IRC/distinfo | 1 | ||||
-rw-r--r-- | irc/p5-IRC/pkg-comment | 1 | ||||
-rw-r--r-- | irc/p5-IRC/pkg-descr | 18 | ||||
-rw-r--r-- | irc/p5-IRC/pkg-plist | 8 |
5 files changed, 57 insertions, 0 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile new file mode 100644 index 000000000000..7f5906746666 --- /dev/null +++ b/irc/p5-IRC/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-IRC +# Version required: 0.59 +# Date created: 07 August 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $Id$ +# + +DISTNAME= Net-IRC-0.59 +PKGNAME= p5-IRC-0.59 +CATEGORIES= irc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net + +MAINTAINER= jedgar@fxp.org + +USE_PERL5= YES + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= \ + Net::Connection.3 \ + Net::DCC.3 \ + Net::Event.3 \ + Net::IRC.3 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/irc/p5-IRC/distinfo b/irc/p5-IRC/distinfo new file mode 100644 index 000000000000..14970ca79e0c --- /dev/null +++ b/irc/p5-IRC/distinfo @@ -0,0 +1 @@ +MD5 (Net-IRC-0.59.tar.gz) = 6caa4bb6accdd9c33e8b37e8ffd77f3d diff --git a/irc/p5-IRC/pkg-comment b/irc/p5-IRC/pkg-comment new file mode 100644 index 000000000000..e2dbe7467072 --- /dev/null +++ b/irc/p5-IRC/pkg-comment @@ -0,0 +1 @@ +Perl5 modules to implement the IRC protocol (RFC 1459) diff --git a/irc/p5-IRC/pkg-descr b/irc/p5-IRC/pkg-descr new file mode 100644 index 000000000000..55037c642888 --- /dev/null +++ b/irc/p5-IRC/pkg-descr @@ -0,0 +1,18 @@ +Welcome to Net::IRC, a work in progress. 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. + +There are 4 component modules which make up Net::IRC: + +Net::IRC + +Net::IRC::Connection + +Net::IRC::Event + +Net::IRC::DCC + +See their respective man pages for details. diff --git a/irc/p5-IRC/pkg-plist b/irc/p5-IRC/pkg-plist new file mode 100644 index 000000000000..7e4e1fbda104 --- /dev/null +++ b/irc/p5-IRC/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/Net/IRC.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/Connection.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/DCC.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/IRC/Event.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/IRC +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IRC |