1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/zfstools/Makefile
Eitan Adler b3ef50bed6 ZFSTools is an OpenSolaris-like and compatible auto snapshotting
script, which also supports auto snapshotting mysql databases.

PR:		ports/167898
Submitted by:	"Bryan Drewery" <bryan@shatow.net>
2012-05-15 01:36:05 +00:00

23 lines
472 B
Makefile

# Ports collection makefile for: zfstools
# Date created: 26 April 2012
# Whom: Bryan Drewery <bryan@shatow.net>
#
# $FreeBSD$
PORTNAME= zfstools
PORTVERSION= 0.2.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= bryan@shatow.net
COMMENT= OpenSolaris-compatible auto snapshotting
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/zfs-auto-snapshot \
bin/zfs-cleanup-snapshots \
bin/zfs-snapshot-mysql
.include <bsd.port.mk>