pkgsrc/chat/p5-Net-Goofey/Makefile

23 lines
556 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2008/10/19 19:17:41 he Exp $
#
DISTNAME= Net-Goofey-1.5
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= chat perl5
MASTER_SITES= http://notdoneliving.net/code/Net-Goofey/
2003-07-17 23:21:03 +02:00
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://notdoneliving.net/code/
COMMENT= Perl module for communicating with a Goofey server
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Net/Goofey/.packlist
2006-10-02 23:16:20 +02:00
# Requires the user to enter a username/password
INTERACTIVE_STAGE= test
2002-10-20 19:45:59 +02:00
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"