19 lines
431 B
Makefile
19 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.8 2022/06/27 15:29:16 fcambus Exp $
|
|
|
|
DISTNAME= statzone-1.1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|