13 lines
217 B
Makefile
13 lines
217 B
Makefile
# $OpenBSD: Makefile,v 1.18 2011/05/31 17:40:49 jakob Exp $
|
|
|
|
COMMENT= DNS library modelled after Net::DNS
|
|
|
|
PKGNAME= libldns-${VERSION}
|
|
|
|
SHARED_LIBS += ldns 4.8
|
|
|
|
WANTLIB= crypto
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|