diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 19:50:58 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 19:51:14 +0000 |
commit | fb122dfe54a94229a9d7afb07dbf1cfd1457510a (patch) | |
tree | d05db26b8bde380cbacd7fa93175cc545992fa82 /www | |
parent | 268b61bcb631ae9684a93c88a2291dbede8007de (diff) | |
download | ports-fb122dfe54a94229a9d7afb07dbf1cfd1457510a.tar.gz ports-fb122dfe54a94229a9d7afb07dbf1cfd1457510a.zip |
www/apt-cacher-ng: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/apt-cacher-ng/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apt-cacher-ng/Makefile b/www/apt-cacher-ng/Makefile index 4c7e7c56e73e..6fcfb669435b 100644 --- a/www/apt-cacher-ng/Makefile +++ b/www/apt-cacher-ng/Makefile @@ -13,7 +13,9 @@ LICENSE_NAME= Eduard Bloch license LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= compiler:c++11-lang cmake tar:xz +USES= compiler:c++11-lang cmake cpe tar:xz +CPE_VENDOR= ${PORTNAME}_project + USE_RC_SUBR= apt_cacher_ng CMAKE_ARGS= -DLIBDIR:PATH=${DATADIR} \ |