openbsd-ports/net/p5-Net-Dict/Makefile

20 lines
375 B
Makefile

# $OpenBSD: Makefile,v 1.15 2020/07/03 21:45:33 sthen Exp $
COMMENT = Perl interface to the DICT protocol
MODULES = cpan
PKG_ARCH = *
DISTNAME = Net-Dict-2.21
CATEGORIES = net
REVISION = 0
# 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>