30 lines
537 B
Makefile
30 lines
537 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= commento
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.7.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= https://commento.io/
|
|
|
|
MAINTAINER= rt@scisoft.de
|
|
COMMENT= A fast, privacy-focused commenting platform
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= $(WRKSRC)/LICENSE
|
|
|
|
USES= go:modules gmake
|
|
|
|
USE_GITLAB= yes
|
|
GL_COMMIT= 696361df4af2bfa0bf38e2c3c9096f26195f5800
|
|
|
|
GO_BUILDFLAGS= prod
|
|
|
|
USERS= www
|
|
GROUPS= www
|
|
|
|
BUILD_DEPENDS= bash:shells/bash \
|
|
dep:devel/dep \
|
|
yarn:www/yarn
|
|
|
|
.include <bsd.port.mk>
|