diff options
Diffstat (limited to 'databases/linux-rl9-sqlite3/Makefile')
-rw-r--r-- | databases/linux-rl9-sqlite3/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/databases/linux-rl9-sqlite3/Makefile b/databases/linux-rl9-sqlite3/Makefile deleted file mode 100644 index 204bc8d331cb..000000000000 --- a/databases/linux-rl9-sqlite3/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= sqlite -PORTVERSION= 3.34.1 -DISTVERSIONSUFFIX= -7.el9_3 -PORTREVISION= 2 -CATEGORIES= databases linux - -MAINTAINER= emulation@FreeBSD.org -COMMENT= Library that implements an embeddable SQL database engine (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://www.sqlite.org/ - -LICENSE= PD - -USES= cpe linux:rl9 -USE_LDCONFIG= yes -USE_LINUX_RPM= yes -WANT_LINUX32= yes - -BIN_DISTNAMES= ${DISTNAME} -LIB_DISTNAMES= sqlite-libs-${PORTVERSION}${DISTVERSIONSUFFIX} - -CONFLICTS= linux-c7-${PORTNAME} -DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}3/pkg-descr - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> |