18 lines
334 B
Makefile
18 lines
334 B
Makefile
# $OpenBSD: Makefile,v 1.7 2020/07/03 21:45:32 sthen Exp $
|
|
|
|
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>
|