15 lines
274 B
Makefile
15 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>
|