diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 15:40:39 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 15:40:39 +0000 |
| commit | 90bc4f6f47f71b818340f56440b3b012bdcaeee2 (patch) | |
| tree | 9e8410f83504fd2673c2b18285bb2ad93b2028e9 | |
| parent | 37f78b2078dc2158cc6830568255bd8213e2dda3 (diff) | |
textproc/freexl: Add CPE information
Approved by: portmgr (blanket)
| -rw-r--r-- | textproc/freexl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/freexl/Makefile b/textproc/freexl/Makefile index 2c21abaee6bc..fef74e311332 100644 --- a/textproc/freexl/Makefile +++ b/textproc/freexl/Makefile @@ -11,7 +11,8 @@ COMMENT= Library to extract valid data from within an Excel (.xls) spreadsheet LICENSE= GPLv2+ LGPL21+ MPL11 LICENSE_COMB= dual -USES= gmake iconv libtool pathfix +USES= cpe gmake iconv libtool pathfix +CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_search_locale_charset=no USE_LDCONFIG= yes |
