mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
863a4ce114
https://github.com/richardlehane/siegfried/blob/master/CHANGELOG.md#v191-2020-10-11 Reported by: portscout
29 lines
498 B
Makefile
29 lines
498 B
Makefile
# Created by: Steffen Fritz <steffen@fritz.wtf>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= siegfried
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.9.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= File identification tool
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= richardlehane
|
|
|
|
GO_TARGET= ./cmd/sf
|
|
|
|
PLIST_FILES= bin/sf
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && \
|
|
${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDFLAGS} \
|
|
./cmd/sf
|
|
|
|
.include <bsd.port.mk>
|