freebsd-ports/www/p5-Net-Curl/Makefile
Antoine Brodin 45d1a3a349 www/p5-Net-Curl: mark BROKEN
./const-easy-xs.inc:309:31: error: use of undeclared identifier 'CURLOPTDEPRECATED'; did you mean 'CURLOPT_PRIVATE'?

Reported by:	pkg-fallout
2023-02-20 10:46:40 +00:00

24 lines
528 B
Makefile

PORTNAME= Net-Curl
PORTVERSION= 0.52
CATEGORIES= www ftp perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= andrew.fengler@scaleengine.com
COMMENT= Perl interface for libcurl
WWW= https://search.cpan.org/dist/Net-Curl/
LICENSE= MIT
BROKEN= fails to build
LIB_DEPENDS= libcurl.so:ftp/curl
BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=1.16:devel/p5-ExtUtils-PkgConfig
USES= perl5 localbase
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Curl/Curl.so
.include <bsd.port.mk>