Files
ports/devel/libfigpar/Makefile
T
Dag-Erling Smørgrav 10594b0593 devel/libfigpar: New port
Reviewed by:	fuz
Differential Revision:	https://reviews.freebsd.org/D57958
2026-06-30 20:56:52 +02:00

22 lines
347 B
Makefile

PORTNAME= libfigpar
DISTVERSION= 0.20260629
CATEGORIES= devel
MAINTAINER= dteske@FreeBSD.org
COMMENT= Configuration parsing library
LICENSE= BSD2CLAUSE
IGNORE_FreeBSD_14= FreeBSD 14 has libfigpar in base
USES= uidfix
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_PROJECT= dpv
WRKSRC_SUBDIR= lib/libfigpar
.include <bsd.port.mk>