0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
20 lines
556 B
Makefile
20 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"
|