a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
20 lines
553 B
Makefile
20 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.20 2013/05/31 12:39:41 wiz Exp $
|
|
|
|
DISTNAME= Net-Goofey-1.5
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
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"
|