Adam Weinberger 0bdd2ad334 go: Bump go124-dependent ports
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
2025-05-21 15:58:15 -04:00

22 lines
435 B
Makefile

PORTNAME= diffoci
PORTVERSION= 0.1.6
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Diff for Docker and OCI container images
WWW= https://github.com/reproducible-containers/diffoci
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/reproducible-containers/diffoci
GO_TARGET= ./cmd/diffoci
PLIST_FILES= bin/diffoci
.include <bsd.port.mk>