first version of commento

This commit is contained in:
Rene Thümmler
2019-09-06 12:50:08 +02:00
parent 528c385c4e
commit 6740de5ad6
2 changed files with 37 additions and 0 deletions

31
www/commento/Makefile Normal file
View File

@@ -0,0 +1,31 @@
# $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_GITHUB= yes
GH_ACCOUNT= commento
COMMIT_ID= 504d1bf8668968cfc40221e166982866ef313e17
GO_BUILDFLAGS= prod
USERS= www
GROUPS= www
BUILD_DEPENDS= bash:shells/bash \
dep:devel/dep \
yarn:www/yarn
include <bsd.port.mk>