1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/misc/slides/Makefile
Yuri Victorovich 5944b25326 misc/slides: Update 0.4.1 -> 0.5.0
Reported by:	portscout
2021-08-26 10:45:41 -07:00

20 lines
340 B
Makefile

PORTNAME= slides
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
CATEGORIES= misc
PKGNAMESUFFIX= -presentation-tool
MAINTAINER= yuri@FreeBSD.org
COMMENT= Terminal based presentation tool
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/maaslalani/slides
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>