aboutsummaryrefslogtreecommitdiff
path: root/devel/venom/Makefile
blob: 1e35aa1893bce42ff57c9434cee98e0659f6baae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	venom
DISTVERSIONPREFIX=	v
DISTVERSION=	1.2.0
PORTREVISION=	3
CATEGORIES=	devel

MAINTAINER=	bapt@FreeBSD.org
COMMENT=	Manage and run integration tests with efficiency
WWW=		https://github.com/ovh/venom

LICENSE=	APACHE20
LICENSE_FILES=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/ovh/venom
GO_TARGET=	./cmd/venom
GO_BUILDFLAGS=	-ldflags "-X github.com/ovh/venom.Version=v${PORTVERSION}"

PLIST_FILES=	bin/venom

.include <bsd.port.mk>