13 lines
217 B
Makefile
13 lines
217 B
Makefile
# $OpenBSD: Makefile,v 1.16 2011/03/06 09:06:33 jakob Exp $
|
|
|
|
COMMENT= DNS library modelled after Net::DNS
|
|
|
|
PKGNAME= libldns-${VERSION}
|
|
|
|
SHARED_LIBS += ldns 4.6
|
|
|
|
WANTLIB= crypto
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|