mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
b66e4949cb
PR: 278259 Reported by: Andrey Korobkov <alster-vinterdalen.se>
18 lines
401 B
Makefile
18 lines
401 B
Makefile
PORTNAME= cospend
|
|
PORTVERSION= 1.6.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= finance www editors
|
|
MASTER_SITES= https://github.com/julien-nc/${PORTNAME}-nc/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= mr@FreeBSD.org
|
|
COMMENT= Cospend app for Nextcloud
|
|
WWW= https://apps.nextcloud.com/apps/cospend
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NEXTCLOUD_RUN_DEPENDS= 27
|
|
|
|
USES= nextcloud php:flavors
|
|
|
|
.include <bsd.port.mk>
|