summaryrefslogtreecommitdiff
path: root/sysutils/zfs-snapshot-clean/Makefile
blob: ba02192a94e853ab7dab13ffe0e805c29bec2119 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	zfs-snapshot-clean
# Date created:		2 January 2010
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=	zfs-snapshot-clean
PORTVERSION=	0.1.3
CATEGORIES=	sysutils
MASTER_SITES=	http://cloud.github.com/downloads/knu/${PORTNAME}/ \
		ftp://ftp.iDaemons.org/pub/distfiles/

MAINTAINER=	knu@FreeBSD.org
COMMENT=	A tool to sieve ZFS snapshots as per given spec a la 'pdumpfs-clean'

NO_BUILD=	yes
PLIST_FILES=	sbin/${PORTNAME}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/

.include <bsd.port.mk>