Files
ports/net/s3m/Makefile
T
Nicolas Embriz 8a30f57721 net/s3m: Update 0.18.1 => 0.19.0
Changelog:
https://github.com/s3m/s3m/blob/0.19.0/CHANGELOG.md

PR:		296336
Approved by:	osa, vvd (Mentors, implicit)
2026-06-28 16:53:44 +03:00

24 lines
406 B
Makefile

PORTNAME= s3m
DISTVERSION= 0.19.0
CATEGORIES= net
MAINTAINER= nbari@tequila.io
COMMENT= CLI for streams of data in S3 buckets
WWW= https://s3m.stream
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= needs SSE or SSE2 type extensions to compile
LIB_DEPENDS= libzstd.so:archivers/zstd
USES= cargo
USE_GITHUB= yes
PORTSCOUT= limit:[0-9.]+
PLIST_FILES= bin/s3m
.include <bsd.port.mk>