bb1fa04c35
- Switch to USES=autoreconf - Add NO_ARCH - Switch to @sample Approved by: portmgr blanket
20 lines
402 B
Makefile
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>
|