diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 15:40:48 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 15:40:48 +0000 |
commit | ab9d3113433edfa12117e1a4fb1685de7dc26629 (patch) | |
tree | 739ba181f5f0b6c2d7f61518f78cba9bc58041b8 | |
parent | 0b0023391ed659bff79f7cdff9d45273af683ae5 (diff) | |
download | ports-ab9d3113433edfa12117e1a4fb1685de7dc26629.tar.gz ports-ab9d3113433edfa12117e1a4fb1685de7dc26629.zip |
www/bolt: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | www/bolt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bolt/Makefile b/www/bolt/Makefile index ea3592d88c9b..02af6c60d6b7 100644 --- a/www/bolt/Makefile +++ b/www/bolt/Makefile @@ -12,7 +12,8 @@ COMMENT= Sophisticated, lightweight & simple CMS LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= php:web +USES= cpe php:web +CPE_VENDOR= ${PORTNAME}cms NO_ARCH= yes NO_BUILD= yes |