Files
ports/net/p5-MaxMind-DB-Reader-XS/Makefile
T
sthen 223dd2dcf0 set COMPILER_LANGS=c for various C-only ports
add annotations near COMPILER for some other ports that don't have
COMPILER_LIBCXX in WANTLIB

not changing the actual compiler version of anything here (some could
possibly remove the COMPILER line completely where they only used
COMPILER due to an old WANTLIB entry which has since stopped using
C++, but changing that is too likely to break things)
2025-01-28 11:22:02 +00:00

41 lines
768 B
Makefile

ONLY_FOR_ARCHS = ${LP64_ARCHS}
COMMENT = fast XS implementation of MaxMind DB reader
DISTNAME = MaxMind-DB-Reader-XS-1.000009
REVISION = 0
CATEGORIES = net
# Artistic 2.0
PERMIT_PACKAGE = Yes
WANTLIB += c maxminddb perl
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = cpan
LIB_DEPENDS = net/libmaxminddb
RUN_DEPENDS = devel/p5-Moo \
devel/p5-namespace-autoclean \
math/p5-Math-Int128 \
net/p5-MaxMind-DB-Common>=0.040001 \
net/p5-MaxMind-DB-Reader
TEST_DEPENDS = devel/p5-Module-Implementation \
devel/p5-Path-Class>=0.27 \
devel/p5-Test-Fatal \
devel/p5-Test-Number-Delta \
devel/p5-Test-Requires \
net/p5-MaxMind-DB-Common \
net/p5-Net-Works>=0.21
CONFIGURE_STYLE = modbuild
CPAN_AUTHOR = MAXMIND
.include <bsd.port.mk>