1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/dupl/Makefile
2024-02-11 10:39:17 +00:00

24 lines
420 B
Makefile

PORTNAME= dupl
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0-11
DISTVERSIONSUFFIX= -g28d787e
PORTREVISION= 17
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool for code clone detection
WWW= https://github.com/mibk/dupl
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= mibk
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>