diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:00:53 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:44 +0000 |
commit | be014b046cf998bee3ddd1d386383eeb7348e8a5 (patch) | |
tree | 366c9facc76f2bc3d32aff78d92d9be295b49871 | |
parent | d197c2b10edd2accaac948da5f4218b9ab17677b (diff) | |
download | ports-be014b046cf998bee3ddd1d386383eeb7348e8a5.tar.gz ports-be014b046cf998bee3ddd1d386383eeb7348e8a5.zip |
security/nettle: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | security/nettle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 6c5f2d56c99e..57ca439f03aa 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -17,13 +17,14 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSERv3 BUILD_DEPENDS= gmp>=6.1.0:math/gmp LIB_DEPENDS= libgmp.so:math/gmp -USES= compiler:c11 gmake localbase makeinfo pathfix +USES= compiler:c11 cpe gmake localbase makeinfo pathfix CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= M4="/usr/bin/m4 -g" GNU_CONFIGURE= yes TEST_TARGET= check USE_LDCONFIG= yes +CPE_VENDOR= nettle_project INFO= nettle |