git: a0b503da9bf9 - main - devel/arcanist-lib: Clean up port skeleton
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Mar 2024 11:20:38 UTC
The branch main has been updated by grembo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a0b503da9bf9efc6bd4fdb1fb0f0a80153c54799
commit a0b503da9bf9efc6bd4fdb1fb0f0a80153c54799
Author: Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2024-03-25 11:19:36 +0000
Commit: Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2024-03-25 11:19:36 +0000
devel/arcanist-lib: Clean up port skeleton
---
devel/arcanist-lib/Makefile | 38 +++++++++++++++++---------------------
1 file changed, 17 insertions(+), 21 deletions(-)
diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile
index 15d9df7c0bf1..ed33bb9facd5 100644
--- a/devel/arcanist-lib/Makefile
+++ b/devel/arcanist-lib/Makefile
@@ -8,40 +8,36 @@ MAINTAINER= grembo@FreeBSD.org
COMMENT?= Libraries for the command line interface for Phabricator
WWW?= https://secure.phabricator.com/book/arcanist/
-SLAVEPORT?= lib
-
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-PHP_DESTDIR= lib/php/arcanist
USES= php:cli,flavors python:env shebangfix
-SHEBANG_FILES= bin/arc \
- bin/phage \
- scripts/*.php \
- scripts/hgdaemon/*.php \
- src/parser/*.php \
- support/arcanoid/arcanoid.py \
- support/lib/*.php \
- support/unit/*.php \
- support/xhpast/*.php \
+USE_GITHUB= yes
+GH_ACCOUNT= phacility
+GH_TAGNAME= 85c953e
+USE_PHP= curl dom simplexml zlib
+
+SHEBANG_FILES= bin/arc bin/phage scripts/*.php scripts/hgdaemon/*.php \
+ src/parser/*.php support/arcanoid/arcanoid.py support/lib/*.php \
+ support/unit/*.php support/xhpast/*.php \
support/xhpast/bin/*.php
-USE_PHP= curl dom simplexml zlib
-USE_GITHUB= yes
-NO_BUILD= yes
NO_ARCH= yes
+NO_BUILD= yes
PORTSCOUT= ignore:1
-GH_ACCOUNT= phacility
-GH_TAGNAME= 85c953e
+SLAVEPORT?= lib
+
PLIST= ${.CURDIR}/pkg-plist
+PHP_DESTDIR= lib/php/arcanist
+
.if ${SLAVEPORT} == lib
SLAVE_PKGNAMESUFFIX= -${SLAVEPORT}
-OPTIONS_DEFINE= ENCODINGS
-OPTIONS_DEFAULT=ENCODINGS
-ENCODINGS_DESC= Support for encodings other than utf-8
-ENCODINGS_USE= PHP=mbstring
+OPTIONS_DEFINE= ENCODINGS
+OPTIONS_DEFAULT= ENCODINGS
+ENCODINGS_DESC= Support for encodings other than utf-8
+ENCODINGS_USE= PHP=mbstring
.else # link only