diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-02-04 23:19:46 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-02-04 23:19:46 +0000 |
commit | 0f5936805a301a059ac2d7b97a79f35a4f6c080d (patch) | |
tree | a51a709b47475491c98d45e80819092364e88fa8 /www/kanboard/Makefile | |
parent | 4df9e7f3727a00bbbcaf89cc015eafecb521490d (diff) |
Notes
Diffstat (limited to 'www/kanboard/Makefile')
-rw-r--r-- | www/kanboard/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/kanboard/Makefile b/www/kanboard/Makefile index 9d45c12f3700..548e5b81383b 100644 --- a/www/kanboard/Makefile +++ b/www/kanboard/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kanboard -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 DISTVERSIONPREFIX= v CATEGORIES= www @@ -11,9 +11,11 @@ COMMENT= Simple visual task board software LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +USES= php + NO_BUILD= yes NO_ARCH= yes -USES= php + USE_GITHUB= yes USE_PHP= ctype curl dom gd hash filter iconv json mcrypt mbstring \ openssl pdo session simplexml \ |