1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/ports-mgmt/portgrep/Makefile
T
Alex Dupre 0d6e25f064 ports-mgmt/portgrep: update to 1.4.2 release
This is a fork of the original package with a few fixes and some
new features requested by current users.
2026-05-24 08:28:44 +02:00

21 lines
426 B
Makefile

PORTNAME= portgrep
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.2
CATEGORIES= ports-mgmt
MAINTAINER= ports@FreeBSD.org
COMMENT= Parallel port search utility
WWW= https://github.com/alexdupre/portgrep
LICENSE= BSD0CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/alexdupre/portgrep
GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${PORTVERSION}"
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>