freebsd-ports/sysutils/zetaback/Makefile
Stefan Eßer 28f5812db9 Move more URLs from pkg-descr to WWW in Makefile
These ports did contain untagged URLs (without the WWW: prefix) in
their pkg-descr files

Approved by:	portmgr (implicit)
2022-09-12 18:15:01 +02:00

27 lines
650 B
Makefile

PORTNAME= zetaback
DISTVERSION= 1.0.7
CATEGORIES= sysutils
MAINTAINER= cy@FreeBSD.org
COMMENT= Zetaback ZFS backup and recovery management system
WWW= https://labs.omniti.com/trac/zetaback
USE_GITHUB= yes
GH_ACCOUNT= omniti-labs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= LOCAL BETTER_COMPRESSION
LOCAL_DESC= Avoid ssh for localhost backup
BETTER_COMPRESSION_DESC= Allow different compressions for snapshots
LOCAL_EXTRA_PATCHES= ${PATCHDIR}/opt-localhost.in
BETTER_COMPRESSION_EXTRA_PATCHES= ${PATCHDIR}/opt-compression.in
USES= autoreconf perl5
USE_PERL5= run
GNU_CONFIGURE= yes
NO_ARCH= yes
.include <bsd.port.mk>