13 lines
217 B
Makefile
13 lines
217 B
Makefile
# $OpenBSD: Makefile,v 1.14 2010/10/18 18:36:49 espie Exp $
|
|
|
|
COMMENT= DNS library modelled after Net::DNS
|
|
|
|
PKGNAME= libldns-${VERSION}
|
|
|
|
SHARED_LIBS += ldns 4.4
|
|
|
|
WANTLIB= crypto
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|