openbsd-ports/net/ldns/libldns/Makefile

14 lines
218 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2012/01/20 09:53:31 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
SHARED_LIBS += ldns 4.10
WANTLIB= crypto
2011-10-17 15:41:23 -04:00
USE_GROFF= Yes
.include <bsd.port.mk>