mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
0d6e25f064
This is a fork of the original package with a few fixes and some new features requested by current users.
21 lines
426 B
Makefile
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>
|