Files
2026-06-05 19:12:52 +00:00

31 lines
545 B
Makefile

COMMENT = command line tool for CSV processing
GH_ACCOUNT = medialab
GH_PROJECT = xan
GH_TAGNAME = 0.58.0
CATEGORIES = textproc
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
# MIT / UNLICENSE
PERMIT_PACKAGE = Yes
WANTLIB += ${MODCARGO_WANTLIB} m zstd
MODULES = devel/cargo
MODCARGO_RUSTFLAGS += -L${LOCALBASE}/lib
LIB_DEPENDS = archivers/zstd
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = cargo
# some tests want files from tests/resources
pre-test:
ln -fs ${WRKDIST}/tests ${WRKBUILD}/
.include "crates.inc"
.include <bsd.port.mk>