mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
746fa696a1
MFH: 2024Q2
24 lines
420 B
Makefile
24 lines
420 B
Makefile
PORTNAME= dupl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.0-11
|
|
DISTVERSIONSUFFIX= -g28d787e
|
|
PORTREVISION= 21
|
|
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>
|