14 lines
218 B
Makefile
14 lines
218 B
Makefile
# $OpenBSD: Makefile,v 1.22 2012/01/20 09:53:31 sthen Exp $
|
|
|
|
COMMENT= DNS library modelled after Net::DNS
|
|
|
|
PKGNAME= libldns-${VERSION}
|
|
|
|
SHARED_LIBS += ldns 4.10
|
|
|
|
WANTLIB= crypto
|
|
|
|
USE_GROFF= Yes
|
|
|
|
.include <bsd.port.mk>
|