pkgsrc/sysutils/znapzend/Makefile
wiedi 8f59f4f894 Update znapzend to 0.17.0
Changes:
	- Improved pre/post send and receive commands
	- make daemon NOT abort even if there is no configuration found
	- change smf dependency to multi-user so that iscsi is running
2017-06-10 16:37:41 +00:00

25 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.12 2017/06/10 16:37:41 wiedi Exp $
DISTNAME= znapzend-0.17.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=oetiker/}
MAINTAINER= wiedi@frubar.net
HOMEPAGE= https://github.com/oetiker/znapzend/
COMMENT= ZFS send/receive backup system
LICENSE= gnu-gpl-v3
GITHUB_TAG= v${PKGVERSION_NOREV}
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
USE_TOOLS+= perl gmake
TEST_TARGET= check
DEPENDS+= p5-Mojolicious>=6.46:../../www/p5-Mojolicious
DEPENDS+= p5-Mojo-IOLoop-ForkCall>=0.17:../../devel/p5-Mojo-IOLoop-ForkCall
DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-Test-Harness>=3.35:../../devel/p5-Test-Harness
.include "../../mk/bsd.pkg.mk"