this includes a patch that rewrites the socket bits so it can support v6 lookups as well as v4. tweaks from benoit@ and sthen@, ok sthen@
13 lines
239 B
Makefile
13 lines
239 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/11/14 10:09:52 dlg Exp $
|
|
|
|
COMMENT = Perl extension for doing ident requests
|
|
|
|
DISTNAME = Net-Ident-1.23
|
|
CATEGORIES = net
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = net/p5-Socket-GetAddrInfo
|
|
|
|
.include <bsd.port.mk>
|