ports/www/commento/Makefile

34 lines
683 B
Makefile

# $FreeBSD$
PORTNAME= commento
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.0
CATEGORIES= www
MASTER_SITES= https://commento.io/
# BROKEN= fails to build with node8/10 and node11/12
MAINTAINER= rt@scientifics.de
COMMENT= A fast, privacy-focused commenting platform
LICENSE= MIT
LICENSE_FILE= $(WRKSRC)/LICENSE
USES= gmake
ALL_TARGET= prod
USE_GITLAB= yes
GL_COMMIT= 998bc43d8c29ca37ec4f8209f16fc40439299387
USERS= www
GROUPS= www
BUILD_DEPENDS= bash:shells/bash \
dep:devel/dep \
python2:lang/python2 \
node:www/node10 \
npm:www/npm \
yarn:www/yarn
.include <bsd.port.mk>