diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-26 20:33:43 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-26 20:33:43 +0000 |
commit | 523aa45b18e861aa0cfbf7e4b8006b3e3003e537 (patch) | |
tree | e6fef13f765b7f7895c01eb10030dea34e4c7e8e /irc/p5-IRC/Makefile | |
parent | c86439a677e1cae376db354f56d17b6cf232f5c3 (diff) | |
download | FreeBSD-ports-523aa45b18e861aa0cfbf7e4b8006b3e3003e537.zip FreeBSD-ports-523aa45b18e861aa0cfbf7e4b8006b3e3003e537.tar.gz |
Import of p5-IRC.
p5-IRC was first intended to be a quick tool for writing IRC scripts in Perl,
but has grown into a comprehensive Perl implementaion of the IRC
protocol (RFC1459).
PR: 13017
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'irc/p5-IRC/Makefile')
-rw-r--r-- | irc/p5-IRC/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile new file mode 100644 index 0000000..7f59067 --- /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> |