diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:36 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:36 +0000 |
commit | 6dd93495583a27ee0b2c1f6ecc8986f0414939e6 (patch) | |
tree | 0029f581a61bd2e5f2e01548b414a5c26c7119b0 | |
parent | 8fce758be09e1479e0cc96b12876f4ec2ecd9fe9 (diff) |
devel/phabricator: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/phabricator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile index 3466c34f3c89..e23e42af1a5b 100644 --- a/devel/phabricator/Makefile +++ b/devel/phabricator/Makefile @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= arcanist-lib${PHP_PKGNAMESUFFIX}>=20210113_1:devel/arcanist-lib@${PHP_FLAVOR} \ git:devel/git -USES= php:cli,flavors shebangfix +USES= cpe php:cli,flavors shebangfix +CPE_VENDOR= phacility SHEBANG_FILES= resources/timezones/*.php \ scripts/*.php \ |