freebsd-ports/sysutils/zetaback/Makefile
Dmitry Marakasov bb1fa04c35 - Add LICENSE
- Switch to USES=autoreconf
- Add NO_ARCH
- Switch to @sample

Approved by:	portmgr blanket
2015-09-07 20:46:17 +00:00

20 lines
402 B
Makefile

# Created by: Cy Schubert <cy@FreeBSD.org>
# $FreeBSD$
PORTNAME= zetaback
PORTVERSION= 1.0.7
CATEGORIES= sysutils
MASTER_SITES= http://mirrors.omniti.com/zetaback/
MAINTAINER= cy@FreeBSD.org
COMMENT= Zetaback ZFS backup and recovery management system
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf perl5
USE_PERL5= run
GNU_CONFIGURE= yes
NO_ARCH= yes
.include <bsd.port.mk>