- missing LIB_DEPENDS on devel/libidn2
- adjust WANTLIB

Didn't build so no bump.
This commit is contained in:
ajacoutot 2022-04-28 08:53:18 +00:00
parent d3cf38b331
commit bdc3566eb9

View File

@ -7,10 +7,12 @@ CATEGORIES = net
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = perl
WANTLIB += c idn2 perl
MODULES = cpan
LIB_DEPENDS = devel/libidn2
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>