5bebcaedde
Pakcaged by Aleksey Cheusov and requested in PR 35469. This distribution contains the Net::Dict module for Perl. Net::Dict is a class implementing a simple client API for the DICT protocol defined in RFC2229.
22 lines
631 B
Makefile
22 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/03/15 15:41:29 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Dict-2.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
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
|
|
|
|
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"
|