openbsd-ports/net/ldns/libldns/Makefile

13 lines
217 B
Makefile
Raw Normal View History

2011-05-31 13:40:49 -04:00
# $OpenBSD: Makefile,v 1.18 2011/05/31 17:40:49 jakob Exp $
COMMENT= DNS library modelled after Net::DNS
2009-07-15 18:13:45 -04:00
PKGNAME= libldns-${VERSION}
2009-02-10 14:24:42 -05:00
2011-05-31 13:40:49 -04:00
SHARED_LIBS += ldns 4.8
WANTLIB= crypto
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>