6d0389d664
StatZone 1.1.1 (2021-11-16) - Switch to using nullptr instead of NULL - Fix erroneous comment about timer value in summary() - Remove code to get zone file size, it's unused - Update the arpa.zone copy used for testing - Add SPDX short license identifier in source file - Use CMAKE_CXX_STANDARD instead of hardcoding compiler flags - Remove dependency on uthash, it is not used anymore - Switch to using getline(3) instead of fgets(3)
19 lines
426 B
Makefile
19 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/11/21 07:25:02 fcambus Exp $
|
|
|
|
DISTNAME= statzone-1.1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://github.com/fcambus/statzone
|
|
COMMENT= DNS zone file analyzer targeted at TLD zones
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= c++
|
|
|
|
USE_CMAKE= yes
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|