12 lines
201 B
Makefile
12 lines
201 B
Makefile
# $OpenBSD: Makefile,v 1.10 2009/11/13 03:46:47 jakob Exp $
|
|
|
|
COMMENT= DNS library modelled after Net::DNS
|
|
|
|
PKGNAME= libldns-${VERSION}
|
|
|
|
SHARED_LIBS += ldns 4.1
|
|
|
|
WANTLIB= crypto
|
|
|
|
.include <bsd.port.mk>
|