1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/s/Makefile

20 lines
300 B
Makefile
Raw Normal View History

PORTNAME= s
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.6
PORTREVISION= 2
CATEGORIES= www
MAINTAINER= yuri@FreeBSD.org
COMMENT= Web search in a terminal
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
2021-03-07 19:09:37 +00:00
USES= go:modules
GO_MODULE= github.com/zquestz/s
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>