aboutsummaryrefslogtreecommitdiff
path: root/devel/dupl/Makefile
blob: 24b14a91e2bba650897c505cdb3396fec68e161d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	dupl
DISTVERSIONPREFIX=	v
DISTVERSION=	1.0.0-11
DISTVERSIONSUFFIX=	-g28d787e
PORTREVISION=	5
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>