* Simplify's port creation for Nextcloud apps * Convert existing ports to USES= nextcloud
17 lines
416 B
Makefile
17 lines
416 B
Makefile
PORTNAME= deck
|
|
PORTVERSION= 1.8.3
|
|
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= 25
|
|
|
|
USES= cpe nextcloud php:flavors
|
|
|
|
.include <bsd.port.mk>
|