20 lines
290 B
Makefile
20 lines
290 B
Makefile
|
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>
|