first version of commento
This commit is contained in:
31
www/commento/Makefile
Normal file
31
www/commento/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user