diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 0d1cc8ef02271..83eb4ef1321ae 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -12,6 +12,9 @@ COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) LICENSE= PD +DEPRECATED= Replaced with database/sqlite3 tcl flavor +EXPIRATION_DATE= 2021-06-30 + LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USES= pkgconfig tcl:tea