12 lines
201 B
Makefile
12 lines
201 B
Makefile
# $OpenBSD: Makefile,v 1.13 2010/06/19 21:18:11 jakob Exp $
|
|
|
|
COMMENT= DNS library modelled after Net::DNS
|
|
|
|
PKGNAME= libldns-${VERSION}
|
|
|
|
SHARED_LIBS += ldns 4.4
|
|
|
|
WANTLIB= crypto
|
|
|
|
.include <bsd.port.mk>
|