12 lines
201 B
Makefile
12 lines
201 B
Makefile
# $OpenBSD: Makefile,v 1.12 2010/03/21 13:50:27 sthen Exp $
|
|
|
|
COMMENT= DNS library modelled after Net::DNS
|
|
|
|
PKGNAME= libldns-${VERSION}
|
|
|
|
SHARED_LIBS += ldns 4.3
|
|
|
|
WANTLIB= crypto
|
|
|
|
.include <bsd.port.mk>
|