sync WANTLIB

This commit is contained in:
sthen
2025-07-25 14:30:05 +00:00
parent bf87d3ff8f
commit 02efe0fc1e
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ COMMENT= minimal XML library
# 3.x and 4.x both have API changes breaking existing ports
# 4.x requires C99 (n.b. base-gcc archs)
V= 2.12
REVISION= 0
DISTNAME= mxml-$V
CATEGORIES= textproc
@@ -14,7 +15,7 @@ HOMEPAGE= https://www.msweet.org/mxml/
# LGPLv2 with exceptions
PERMIT_PACKAGE= Yes
WANTLIB= c
WANTLIB= c z
SITES= https://github.com/michaelrsweet/mxml/releases/download/v$V/
+2 -1
View File
@@ -1,6 +1,7 @@
COMMENT = Comma-Separated Values manipulation routines
DISTNAME = Text-CSV_XS-1.60
REVISION = 0
CATEGORIES = textproc
EXTRACT_SUFX = .tgz
@@ -11,6 +12,6 @@ MODULES = cpan
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = perl
WANTLIB = c perl
.include <bsd.port.mk>