devel/arcanist-lib: Clean up port skeleton

This commit is contained in:
Michael Gmelin 2024-03-25 12:19:36 +01:00
parent 635b1d088c
commit a0b503da9b
1 changed files with 18 additions and 22 deletions

View File

@ -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 \
support/xhpast/bin/*.php
USE_PHP= curl dom simplexml zlib
USE_GITHUB= yes
NO_BUILD= yes
NO_ARCH= yes
PORTSCOUT= ignore:1
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
NO_ARCH= yes
NO_BUILD= yes
PORTSCOUT= ignore:1
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