34 lines
681 B
Makefile
34 lines
681 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= 504d1bf8668968cfc40221e166982866ef313e17
|
|
|
|
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>
|