mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
d84aa50743
Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854
22 lines
415 B
Makefile
22 lines
415 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zfs-snap-diff
|
|
PORTVERSION= 0.0.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ben.lavery@hashbang0.com
|
|
COMMENT= View ZFS snapshot differences via a web browser
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= j-keck
|
|
GH_TUPLE= sergi:go-diff:97b2266:sergi_go_diff/vendor/github.com/sergi/go-diff
|
|
|
|
PLIST_FILES= bin/zfs-snap-diff
|
|
|
|
.include <bsd.port.mk>
|