freebsd-ports/sysutils/zfstools/Makefile
Bryan Drewery b70d151d98 - Update to my new maintainer address
Approved by:	eadler (mentor)
2012-08-02 21:42:30 +00:00

23 lines
476 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= bdrewery@FreeBSD.org
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>