5204220902
- Revision -r 1.14 to -r 1.15 update was actually below upstream update. Just for record, this commit is actually removing one # line. Sorry. (upstream) - Updated textproc/p5-Net-Dict to 2.21 ------------------------------------ 2.21 2016-03-01 NEILB - Use Test::RequiresInternet to skip tests if you don't have an internet connection and ability to connect to dict.org's DICT server. This is a holding position until I can add a mock DICT server. Added a basic require test, so there's always at least one test that should pass. 2.20 2016-02-27 NEILB - Updated tests to reflect changes in dict.org databases. Thanks to SREZIC for pointing out that they'd changed. - Fixed typo in doc. Patch from Gregor Herrmann. RT#112367 - Dropped usage of "use vars".
30 lines
924 B
Makefile
30 lines
924 B
Makefile
# $NetBSD: Makefile,v 1.17 2016/06/09 13:26:43 mef Exp $
|
|
|
|
DISTNAME= Net-Dict-2.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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}
|
|
|
|
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
|
|
# only for make test
|
|
DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
|
|
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
|
|
|
|
REPLACE_PERL+= dict
|
|
REPLACE_PERL+= tkdict
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|