Files
ports/devel/ffs/Makefile
T
2026-05-05 01:45:10 -07:00

27 lines
524 B
Makefile

PORTNAME= ffs
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Middleware library for data communication, representation, marshaling
WWW= https://github.com/GTkorvo/ffs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= bash:shells/bash
LIB_DEPENDS= libatl.so:devel/atl \
libdill.so:devel/dill
USES= bison cmake perl5 shebangfix
USE_PERL5= build
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= GTkorvo
SHEBANG_FILES= ffs-config.in
.include <bsd.port.mk>