1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/games/weebsay/Makefile
Muhammad Moinur Rahman 52f7d0415a games/weebsay: Mark DEPRECATED
- The application calls to an external API to bring the quotes. The API
  endpoint is no longer active.
- Set EXPIRATION_DATE 2023-09-26
2023-08-27 11:03:23 +02:00

32 lines
985 B
Makefile

PORTNAME= weebsay
PORTVERSION= 0.0.20210508
PORTREVISION= 14
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
COMMENT= Like cowsay but with random anime quotes
WWW= https://github.com/irevenko/weebsay
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= API server is no longer functional
EXPIRATION_DATE= 2023-09-26
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= irevenko
GH_TAGNAME= 8107cc5
GH_TUPLE= fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \
golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \
inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>