ports/www/commento/Makefile

34 lines
683 B
Makefile
Raw Normal View History

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