From e449404d70b2695ef789e86f225e168d80663015 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 20 Jun 2002 01:07:10 +0000 Subject: Initial import of p5-Net-Goofey-1.5. This is a really simple module for communicating with a Goofey server. Goofey is a bit like IRC and a bit like ICQ and a bit like email, it's used mostly at Monash University. See the Goofey web page at: http://www.cs.monash.edu.au/~tym/goofey.html --- chat/p5-Net-Goofey/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 chat/p5-Net-Goofey/Makefile (limited to 'chat/p5-Net-Goofey/Makefile') diff --git a/chat/p5-Net-Goofey/Makefile b/chat/p5-Net-Goofey/Makefile new file mode 100644 index 00000000000..f653ce78f6e --- /dev/null +++ b/chat/p5-Net-Goofey/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/20 01:07:10 grant Exp $ +# + +DISTNAME= Net-Goofey-1.5 +PKGNAME= p5-${DISTNAME} +CATEGORIES= chat perl5 +MASTER_SITES= http://tertius.net.au/~gossamer/code/Net-Goofey/ + +MAINTAINER= grant@netbsd.org +HOMEPAGE= http://tertius.net.au/~gossamer/code/ +COMMENT= perl module for communicating with a Goofey server + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Goofey/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3