mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
21 lines
303 B
Makefile
21 lines
303 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
PORTNAME= dedup
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= Utilite fot search for files with the same content
|
|
|
|
BUILD_DEPENDS = go:lang/go
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kindsoldier
|
|
GH_PROJECT= dedup
|
|
|
|
.include <bsd.port.mk>
|