diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 19:51:22 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:28:32 +0000 |
commit | 473bf88c346efd682f61973da29dcfd4010131d6 (patch) | |
tree | cc6746df29d3bcc23da1ce58a54778b14be6a21f | |
parent | 031795aeed98c1373a74a4e375381c37565aac1b (diff) | |
download | ports-473bf88c346efd682f61973da29dcfd4010131d6.tar.gz ports-473bf88c346efd682f61973da29dcfd4010131d6.zip |
archivers/rubygem-rubyzip2: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/rubygem-rubyzip2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/rubygem-rubyzip2/Makefile b/archivers/rubygem-rubyzip2/Makefile index a2ab1fa444ad..4c27130343df 100644 --- a/archivers/rubygem-rubyzip2/Makefile +++ b/archivers/rubygem-rubyzip2/Makefile @@ -11,6 +11,9 @@ COMMENT= Ruby compatible Zip library NO_ARCH= yes USE_RUBY= yes -USES= gem +USES= cpe gem + +CPE_VENDOR= rubyzip_project +CPE_PRODUCT= rubyzip .include <bsd.port.mk> |