ports/www/commento/Makefile

30 lines
536 B
Makefile
Raw Normal View History

2019-09-06 12:50:08 +02:00
# $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
2019-09-06 12:46:48 +02:00
USE_GITLAB= yes
GL_COMMIT= 696361df4af2bfa0bf38e2c3c9096f26195f5800
2019-09-06 12:50:08 +02:00
GO_BUILDFLAGS= prod
USERS= www
GROUPS= www
BUILD_DEPENDS= bash:shells/bash \
dep:devel/dep \
yarn:www/yarn
2019-09-06 12:46:48 +02:00
include <bsd.port.mk>