openbsd-ports/net/ldns/libldns/Makefile
sthen 21f2594b53 Update to ldns 1.6.15; they didn't intend an ABI change in 1.6.14 and
rolled a new release quickly to revert, however since we've already
bumped the library, bump it again. No other changes.

While there, use a common distinfo file for all three 'sub-ports'
which share a single distfile.

ok brad@
2012-10-26 07:48:56 +00:00

14 lines
217 B
Makefile

# $OpenBSD: Makefile,v 1.26 2012/10/26 07:48:56 sthen Exp $
COMMENT= DNS library modelled after Net::DNS
PKGNAME= libldns-${VERSION}
SHARED_LIBS += ldns 6.0
WANTLIB= crypto
USE_GROFF= Yes
.include <bsd.port.mk>