Files
ports/graphics/dify/Makefile
T
Mikael Urankar 1d1fd15a3e lang/rust: Bump revisions after 1.83.0
PR:		283000
2024-12-01 10:24:18 +01:00

20 lines
446 B
Makefile

PORTNAME= dify
DISTVERSION= 0.6.0
PORTREVISION= 17
CATEGORIES= graphics
MASTER_SITES= CRATESIO
# XXX Teach USES=cargo to have proper default
DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast pixel-by-pixel image comparison tool in Rust
WWW= https://github.com/jihchi/dify
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cargo
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>