Files
pkgsrc-ng/chat/p5-Net-Goofey/Makefile
2016-01-21 23:41:46 +01:00

21 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.23 2015/06/12 10:48:28 wiz Exp $
DISTNAME= Net-Goofey-1.5
PKGNAME= p5-${DISTNAME}
PKGREVISION= 9
CATEGORIES= chat perl5
MASTER_SITES= # http://notdoneliving.net/code/Net-Goofey/
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://notdoneliving.net/code/
COMMENT= Perl module for communicating with a Goofey server
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Net/Goofey/.packlist
# Requires the user to enter a username/password
INTERACTIVE_STAGE= test
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"