openbsd-ports/net/ldns/libldns/Makefile

12 lines
201 B
Makefile
Raw Normal View History

2010-03-21 09:50:27 -04:00
# $OpenBSD: Makefile,v 1.12 2010/03/21 13:50:27 sthen 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-03-21 09:50:27 -04:00
SHARED_LIBS += ldns 4.3
WANTLIB= crypto
.include <bsd.port.mk>