diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-25 02:29:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-25 02:29:27 +0800 |
commit | e9e9546745366049289d4d6c0c4153fe3f3ee727 (patch) | |
tree | ff483426aaa49bd78c4ea9eecf0efcee91c76b4c | |
parent | f6d62783c84d74b7def4a04ff383510982852afe (diff) | |
download | freebsd-ports-gnome-e9e9546745366049289d4d6c0c4153fe3f3ee727.tar.gz freebsd-ports-gnome-e9e9546745366049289d4d6c0c4153fe3f3ee727.tar.zst freebsd-ports-gnome-e9e9546745366049289d4d6c0c4153fe3f3ee727.zip |
- Add CPE info
Approved by: portmgr blanket
-rw-r--r-- | archivers/p7zip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index aeb644b15a8f..faffa73a1507 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -14,7 +14,8 @@ COMMENT?= File archiver with high compression ratio LICENSE?= LGPL21 ALL_TARGET?= all3 -USES= tar:bzip2 +USES= cpe tar:bzip2 +CPE_VENDOR= 7-zip MAKEFILE= makefile MAKE_ARGS= OPTFLAGS="${CXXFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} |