mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
82dfb2f204
Sponsored by: Serenity Cybersecurity, LLC Co-authored-by: awoonya <mzhyneva@gmail.com>
20 lines
442 B
Makefile
20 lines
442 B
Makefile
PORTNAME= libtracker-sparql
|
|
PORTVERSION= 3.1.2
|
|
DISTVERSIONSUFFIX= -3.el9_1
|
|
CATEGORIES= databases linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Low-footprint RDF triple store with SPARQL interface (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://tracker.gnome.org/
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cpe linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= icu
|
|
USE_LINUX_RPM= yes
|
|
|
|
SRC_DISTFILES= tracker-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
|
|
|
|
.include <bsd.port.mk>
|