diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:50 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:50 +0000 |
commit | 3aeb0534aa69908ae4722ce91f7ae16130402de9 (patch) | |
tree | 80d5987dc4fa8cc5ddd6498506f22ff4ae03baea | |
parent | bdb167f8b2adc16ae5d780c53f478871996edbf2 (diff) | |
download | ports-3aeb0534aa69908ae4722ce91f7ae16130402de9.tar.gz ports-3aeb0534aa69908ae4722ce91f7ae16130402de9.zip |
devel/rubygem-bson: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/rubygem-bson/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-bson/Makefile b/devel/rubygem-bson/Makefile index 14451b5bd83f..b66d9cc58cff 100644 --- a/devel/rubygem-bson/Makefile +++ b/devel/rubygem-bson/Makefile @@ -11,7 +11,8 @@ COMMENT= Full featured BSON specification implementation in Ruby LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gem +USES= cpe gem +CPE_VENDOR= ${PORTNAME}_project USE_RUBY= yes .include <bsd.port.mk> |