ports/www/commento/Makefile

32 lines
623 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
MAINTAINER= rt@scisoft.de
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= 504d1bf8668968cfc40221e166982866ef313e17
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>