Changes since 0.15.2 include: - additional [info] and [debug] messages - fix bashism introduced in thirdparty makefile (comparing with ==) - simplifie module setup
25 lines
633 B
Makefile
25 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.9 2016/03/17 00:26:16 wiedi Exp $
|
|
|
|
DISTNAME= znapzend-0.15.3
|
|
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= test
|
|
|
|
DEPENDS+= p5-Mojolicious>=6.46:../../www/p5-Mojolicious
|
|
DEPENDS+= p5-Mojo-IOLoop-ForkCall>=0.17:../../devel/p5-Mojo-IOLoop-ForkCall
|
|
DEPENDS+= p5-Test-Harness>=3.35:../../devel/p5-Test-Harness
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|