diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 19:50:41 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 19:56:40 +0000 |
commit | bb730986ac849aff469ae8267f518866f3444f60 (patch) | |
tree | 298411c491f2d39c8991d9d8d8ff03d4a0e2c3cf | |
parent | edbad39e61d36e35f84bc2417751a3aa0c986120 (diff) | |
download | ports-bb730986ac849aff469ae8267f518866f3444f60.tar.gz ports-bb730986ac849aff469ae8267f518866f3444f60.zip |
archivers/rar: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/rar/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index e2823ddc19d6..1e3228b8a8ea 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -18,6 +18,9 @@ LICENSE_PERMS= auto-accept dist-mirror pkg-mirror ONLY_FOR_ARCHS= amd64 i386 +USES= cpe +CPE_VENDOR= rarlab + NO_BUILD= yes WRKSRC= ${WRKDIR}/rar |