Files
ports/textproc/amber/Makefile
T
semarie 4cacbb2a87 update textproc/amber to 0.6.0
0.6.0 is buildable with rust 1.75.0 and 1.76.0

ok edd@
2024-02-08 15:33:43 +00:00

22 lines
358 B
Makefile

COMMENT = code search and replace tool
GH_ACCOUNT = dalance
GH_PROJECT = amber
GH_TAGNAME = v0.6.0
CATEGORIES = textproc sysutils
MAINTAINER = Edd Barrett <edd@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += ${MODCARGO_WANTLIB}
MODULES = devel/cargo
CONFIGURE_STYLE = cargo
SEPARATE_BUILD = Yes
.include "crates.inc"
.include <bsd.port.mk>