diff options
Diffstat (limited to 'textproc/p5-Net-Dict/Makefile')
-rw-r--r-- | textproc/p5-Net-Dict/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-Net-Dict/Makefile b/textproc/p5-Net-Dict/Makefile new file mode 100644 index 00000000000..4a00667eccc --- /dev/null +++ b/textproc/p5-Net-Dict/Makefile @@ -0,0 +1,22 @@ +# $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" |