mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4cacbb2a87
0.6.0 is buildable with rust 1.75.0 and 1.76.0 ok edd@
22 lines
358 B
Makefile
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>
|