mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
18 lines
417 B
Makefile
18 lines
417 B
Makefile
PORTNAME= deck
|
|
PORTVERSION= 1.10.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= www
|
|
#MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
|
|
|
|
MAINTAINER= brnrd@FreeBSD.org
|
|
COMMENT= Kanban app for Nextcloud
|
|
WWW= https://apps.nextcloud.com/apps/deck
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NEXTCLOUD_RUN_DEPENDS= 27
|
|
|
|
USES= cpe nextcloud php:flavors
|
|
|
|
.include <bsd.port.mk>
|