1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

New port: www/p5-Net-Curl: Perl interface to libcurl

Perl interface to libcurl created with object-oriented implementations
in mind. This documentation contains Perl-specific details and
quirks. For more information consult libcurl man pages and documentation
at http://curl.haxx.se.

WWW: https://search.cpan.org/dist/Net-Curl/

PR:		235051
Submitted by:	Andrew Fengler <andrew.fengler@scaleengine.com>
This commit is contained in:
Kurt Jaeger 2019-01-26 10:44:39 +00:00
parent e7c3c0c9f2
commit 7cf1a5a7a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491258
5 changed files with 48 additions and 0 deletions

View File

@ -1075,6 +1075,7 @@
SUBDIR += p5-Net-Amazon-AWIS
SUBDIR += p5-Net-Async-FastCGI
SUBDIR += p5-Net-Async-HTTP
SUBDIR += p5-Net-Curl
SUBDIR += p5-Net-FastCGI
SUBDIR += p5-Net-FireEagle
SUBDIR += p5-Net-Flickr-API

23
www/p5-Net-Curl/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= Net-Curl
PORTVERSION= 0.39
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>

3
www/p5-Net-Curl/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1547764279
SHA256 (Net-Curl-0.39.tar.gz) = a6b92b9d5de34ecd64954a69d51fc8c2b5eda647494c4811e49dc71a0662a79b
SIZE (Net-Curl-0.39.tar.gz) = 102420

View File

@ -0,0 +1,6 @@
Perl interface to libcurl created with object-oriented implementations
in mind. This documentation contains Perl-specific details and
quirks. For more information consult libcurl man pages and documentation
at http://curl.haxx.se.
WWW: https://search.cpan.org/dist/Net-Curl/

15
www/p5-Net-Curl/pkg-plist Normal file
View File

@ -0,0 +1,15 @@
%%SITE_ARCH%%/Net/Curl.pm
%%SITE_ARCH%%/Net/Curl/Compat.pm
%%SITE_ARCH%%/Net/Curl/Easy.pm
%%SITE_ARCH%%/Net/Curl/Form.pm
%%SITE_ARCH%%/Net/Curl/Multi.pm
%%SITE_ARCH%%/Net/Curl/Share.pm
%%SITE_ARCH%%/Net/Curl/examples.pod
%%SITE_ARCH%%/auto/Net/Curl/Curl.so
%%PERL5_MAN3%%/Net::Curl.3.gz
%%PERL5_MAN3%%/Net::Curl::Compat.3.gz
%%PERL5_MAN3%%/Net::Curl::Easy.3.gz
%%PERL5_MAN3%%/Net::Curl::Form.3.gz
%%PERL5_MAN3%%/Net::Curl::Multi.3.gz
%%PERL5_MAN3%%/Net::Curl::Share.3.gz
%%PERL5_MAN3%%/Net::Curl::examples.3.gz