ports/net/p5-POE-Component-Client-DNS-Recursive/Makefile

20 lines
290 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = recursive DNS client for POE
DISTNAME = POE-Component-Client-DNS-Recursive-1.12
REVISION = 0
CATEGORIES = net
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-POE>=1.004 \
net/p5-Net-DNS \
net/p5-Net-IP-Minimal
PKG_ARCH = *
.include <bsd.port.mk>