mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
35f012d792
PR: 245322 Submitted by: Andrew Fengler <andrew.fengler@scaleengine.com> (maintainer) Relnotes: https://metacpan.org/changes/distribution/Net-Curl
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Curl
|
|
PORTVERSION= 0.44
|
|
CATEGORIES= www ftp perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= andrew.fengler@scaleengine.com
|
|
COMMENT= Perl interface for libcurl
|
|
|
|
LICENSE= MIT
|
|
|
|
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>
|