mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
21 lines
415 B
Makefile
21 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>
|