ports/devel/libe/Makefile
Muhammad Moinur Rahman 6be79dc9b3 devel/libe: Fix build with llvm16
- Pet portclippy while I am here

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-07-18 17:50:40 +02:00

26 lines
542 B
Makefile

PORTNAME= libe
PORTVERSION= 0.11.0
DISTVERSIONPREFIX= releases/
CATEGORIES= devel
MAINTAINER= egypcio@FreeBSD.org
COMMENT= High-performance data structures and utilities for C++
WWW= https://github.com/rescrv/e
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:devel/libpo6
GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pathfix pkgconfig
USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= rescrv
GH_PROJECT= e
USE_LDCONFIG= yes
.include <bsd.port.mk>