openbsd-ports/net/p5-Net-Dict/Makefile
2022-03-07 22:23:19 +00:00

17 lines
301 B
Makefile

COMMENT = Perl interface to the DICT protocol
MODULES = cpan
PKG_ARCH = *
DISTNAME = Net-Dict-2.22
CATEGORIES = net
# GPL/Artistic License
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-AppConfig-Std
TEST_DEPENDS = devel/p5-Test-Differences \
devel/p5-Test-RequiresInternet
.include <bsd.port.mk>