mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
19 lines
427 B
Makefile
19 lines
427 B
Makefile
PORTNAME= tasks
|
|
PORTVERSION= 0.15.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= www
|
|
MASTER_SITES?= https://github.com/nextcloud/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= brnrd@FreeBSD.org
|
|
COMMENT= Tasks app for Nextcloud
|
|
WWW= https://apps.nextcloud.com/apps/tasks
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NEXTCLOUD_RUN_DEPENDS= 25
|
|
|
|
USES= nextcloud php:flavors
|
|
|
|
.include <bsd.port.mk>
|