mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
16 lines
274 B
Makefile
16 lines
274 B
Makefile
COMMENT = programmable DNS resolver class for offline emulation of DNS
|
|
|
|
DISTNAME = Net-DNS-Resolver-Programmable-0.009
|
|
CATEGORIES = net
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = net/p5-Net-DNS>=0.69
|
|
|
|
.include <bsd.port.mk>
|