1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/misc/slides/Makefile
Yuri Victorovich c2cc217c0f misc/slides: Update 0.3.0 -> 0.4.0
Reported by:	portscout
2021-06-28 15:46:18 -07:00

20 lines
340 B
Makefile

PORTNAME= slides
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.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>