mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
13 lines
217 B
Makefile
13 lines
217 B
Makefile
COMMENT = portable library for real-time communications
|
|
|
|
GH_PROJECT = re
|
|
|
|
SHARED_LIBS = re 24.2 # 24.0
|
|
CATEGORIES += devel
|
|
|
|
WANTLIB = crypto execinfo m pthread ssl z
|
|
|
|
COMPILER_LANGS = c c++
|
|
|
|
.include <bsd.port.mk>
|