aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/oura/Makefile
blob: d8bbf3266d3b95e1baaaae761a4019b896440eac (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
24
25
26
27
28
29
PORTNAME=		oura
DISTVERSIONPREFIX=	v
DISTVERSION=		1.8.1
PORTREVISION=	7
CATEGORIES=		net-p2p

MAINTAINER=		boris@zfs.ninja
COMMENT=		A pipeline that connects to the tip of a Cardano node
WWW=			https://txpipe.github.io/oura/

LICENSE=		APACHE20

NOT_FOR_ARCHS=		i386
NOT_FOR_ARCHS_REASON=	requires AVX on x86

USES=		cargo ssl
USE_GITHUB=	yes
GH_ACCOUNT=	txpipe

USE_RC_SUBR=	oura

PLIST_FILES=	bin/oura

post-patch:
		# Remove vendored ssl
		${REINPLACE_CMD} -e 's/^openssl.*/openssl = { version = "0.10", optional = true }/g' \
		${WRKSRC}/Cargo.toml

.include <bsd.port.mk>