openbsd-ports/net/ldns/libldns/Makefile

14 lines
228 B
Makefile
Raw Normal View History

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