aboutsummaryrefslogblamecommitdiff
path: root/www/nextcloud-appointments/Makefile
blob: f9c7af8014890582bae1a0c229d7a23cfa9e9945 (plain) (tree)
1
2
3
4
5
6
7
8
9
                            
                     
                   
                                                                                                                             
                         
                           


                                              
                                                            



                                 
                          
 
                                     

                           
 


                                     
                      
PORTNAME=	appointments
PORTVERSION=	2.0.7
CATEGORIES=	www
MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${DISTVERSIONPREFIX}${DISTVERSION}/build/artifacts/appstore/
DISTVERSIONPREFIX=	v
DISTNAME=	${PORTNAME}

MAINTAINER=	brnrd@FreeBSD.org
COMMENT=	Appointments app for Nextcloud
WWW=		https://apps.nextcloud.com/apps/appointments

LICENSE=	AGPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

NEXTCLOUD_RUN_DEPENDS=	26

USES=		nextcloud php:flavors

GH_ACCOUNT=	SergeyMosin

post-patch:
	${RMDIR} ${WRKSRC}/lib/CalDAV

.include <bsd.port.mk>