mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
277 B
Makefile
19 lines
277 B
Makefile
COMMENT = recursive DNS client for POE
|
|
|
|
DISTNAME = POE-Component-Client-DNS-Recursive-1.14
|
|
|
|
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>
|