Files
bsdports/my/dedup/Makefile
2022-05-08 19:33:12 +02:00

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>