Changelog: v0.14.0 - oetiker released this on Dec 16, 2014: - build dependencies directly with make - optionally prefix pfexec|sudo to zfs|zpool|test comands - set mbuffer timeout to 60 seconds this might help with timeout situations seen on solaris - fix string replacement in manifest file - let smf manage pids instead of a pid file
22 lines
612 B
Makefile
22 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/01/17 18:53:48 wiedi Exp $
|
|
|
|
VERSION= 0.14.0
|
|
DISTNAME= v${VERSION}
|
|
PKGNAME= znapzend-${VERSION}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://github.com/oetiker/znapzend/archive/
|
|
|
|
MAINTAINER= wiedi@frubar.net
|
|
HOMEPAGE= https://github.com/oetiker/znapzend/
|
|
COMMENT= ZFS send/receive backup system
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
WRKSRC= ${WRKDIR}/znapzend-${VERSION}
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= perl gmake
|
|
|
|
DEPENDS+= p5-Mojolicious>=5.08:../../www/p5-Mojolicious
|
|
DEPENDS+= p5-Mojo-IOLoop-ForkCall>=0.12:../../devel/p5-Mojo-IOLoop-ForkCall
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|