aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-25 19:50:24 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-25 20:28:31 +0000
commit031795aeed98c1373a74a4e375381c37565aac1b (patch)
tree75f28e957580bad88e77c7bd4d18345eeee8fe82 /archivers
parent43a380ab9fff94af7d26dd2faea94be07c28dd09 (diff)
downloadports-031795aeed98c1373a74a4e375381c37565aac1b.tar.gz
ports-031795aeed98c1373a74a4e375381c37565aac1b.zip
archivers/rubygem-rubyzip13: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rubygem-rubyzip13/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/rubygem-rubyzip13/Makefile b/archivers/rubygem-rubyzip13/Makefile
index ba58abac833b..d82ff546e21d 100644
--- a/archivers/rubygem-rubyzip13/Makefile
+++ b/archivers/rubygem-rubyzip13/Makefile
@@ -12,11 +12,13 @@ COMMENT= Ruby module for reading and writing zip files
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
-USES= gem
+USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
+CPE_VENDOR= rubyzip_project
+
PORTSCOUT= limit:^1\.3\.
.include <bsd.port.mk>