d2ca14a3f1
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.
25 lines
668 B
Makefile
25 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:10 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Dict-2.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= net textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~neilb/Net-Dict/
|
|
COMMENT= Client API for the DICT protocol defined in RFC2229
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Net/Dict/.packlist
|
|
|
|
CONFLICTS= dict-client-[0-9]*
|
|
|
|
DEPENDS+= p5-AppConfig-Std-[0-9]*:../../devel/p5-AppConfig-Std
|
|
DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|