diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-20 14:31:18 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-20 14:31:18 +0000 |
commit | 542f1cfeaa6d183e7b0fb2f9b1f8f93149a8b6b7 (patch) | |
tree | 5cfc2998dd958c5a0b5a57e9048ca20989010e2e | |
parent | 5de737d64dfb9aaa0c8d4073bba8fd02e33cfbe0 (diff) |
databases/sqliteodbc: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | databases/sqliteodbc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/sqliteodbc/Makefile b/databases/sqliteodbc/Makefile index c861681a2cd8..6354ee18a22b 100644 --- a/databases/sqliteodbc/Makefile +++ b/databases/sqliteodbc/Makefile @@ -17,7 +17,9 @@ LIB_DEPENDS= libodbc.so:databases/unixODBC GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-sqlite4 USE_LDCONFIG= yes -USES= libtool +USES= cpe libtool + +CPE_VENDOR= sqliteodbc_project PLIST_SUB+= VER="${PORTVERSION}" |