mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
25 lines
559 B
Makefile
25 lines
559 B
Makefile
PORTNAME= sqlite
|
|
PORTVERSION= 3.34.1
|
|
DISTVERSIONSUFFIX= -7.el9_3
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
BIN_DISTNAMES= ${DISTNAME}
|
|
LIB_DISTNAMES= sqlite-libs-${PORTVERSION}${DISTVERSIONSUFFIX}
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|