diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 15:40:52 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 15:40:52 +0000 |
commit | a714d71db9bf7e15178c1f786472661ab9ff1d53 (patch) | |
tree | fa1432c0351174cc8d62c2f603c14091f2bbed6b | |
parent | 51092e5e6e16716bd80ef1bfbffa4f91870ea876 (diff) | |
download | ports-a714d71db9bf7e15178c1f786472661ab9ff1d53.tar.gz ports-a714d71db9bf7e15178c1f786472661ab9ff1d53.zip |
www/osticket: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | www/osticket/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/osticket/Makefile b/www/osticket/Makefile index d72325e327c5..f31ab504814a 100644 --- a/www/osticket/Makefile +++ b/www/osticket/Makefile @@ -13,7 +13,8 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR} -USES= php:web zip +USES= cpe php:web zip +CPE_VENDOR= enhancesoft USE_PHP= gd gettext imap json mbstring mysqli xml NO_ARCH= yes NO_BUILD= yes |