diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 17:05:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 17:05:17 +0800 |
commit | 0428618de8f0f3e49af4b26655bb88068b20c979 (patch) | |
tree | d7c83b624681490c017d3bd18ef70c15748ecd38 /archivers/unzip | |
parent | 6626ca332ea19f787eddfc02b6b0dbf63462d372 (diff) | |
download | freebsd-ports-gnome-0428618de8f0f3e49af4b26655bb88068b20c979.tar.gz freebsd-ports-gnome-0428618de8f0f3e49af4b26655bb88068b20c979.tar.zst freebsd-ports-gnome-0428618de8f0f3e49af4b26655bb88068b20c979.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 2ed22c605829..426efbc903b2 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -18,6 +18,8 @@ LICENSE_NAME= Info-ZIP license LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USES= cpe +CPE_VENDOR= info-zip ALL_TARGET= bsd MAKEFILE= unix/Makefile MAKE_ARGS= LF2="${STRIP}" |