openbsd-ports/net/ldns/libldns/Makefile

13 lines
217 B
Makefile
Raw Normal View History

2010-10-18 14:36:45 -04:00
# $OpenBSD: Makefile,v 1.14 2010/10/18 18:36:49 espie 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
2010-06-19 17:18:11 -04:00
SHARED_LIBS += ldns 4.4
WANTLIB= crypto
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>