diff options
author | grant <grant@pkgsrc.org> | 2002-06-20 01:07:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-06-20 01:07:10 +0000 |
commit | e449404d70b2695ef789e86f225e168d80663015 (patch) | |
tree | daba1fc43952137f091d575f929438eafdf0712f /chat/p5-Net-Goofey/Makefile | |
parent | 51f2f10ab0caf04088f7ee36fe9e5808d4a62a79 (diff) | |
download | pkgsrc-e449404d70b2695ef789e86f225e168d80663015.tar.gz |
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
Diffstat (limited to 'chat/p5-Net-Goofey/Makefile')
-rw-r--r-- | chat/p5-Net-Goofey/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
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" |