summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-01-26 10:44:39 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-01-26 10:44:39 +0000
commit7cf1a5a7a36b7c97ea5375d0694e7b6860c6dd82 (patch)
treebca0ebcf8a293bed962b1da5a8aa482006780b6b /www
parentUpdate distinfo to remove Python 3.4.8 entries (diff)
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>
Notes
Notes: svn path=/head/; revision=491258
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Net-Curl/Makefile23
-rw-r--r--www/p5-Net-Curl/distinfo3
-rw-r--r--www/p5-Net-Curl/pkg-descr6
-rw-r--r--www/p5-Net-Curl/pkg-plist15
5 files changed, 48 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index fa470e5c4563..0335ba420293 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/p5-Net-Curl/Makefile b/www/p5-Net-Curl/Makefile
new file mode 100644
index 000000000000..02d88c0fb1a9
--- /dev/null
+++ b/www/p5-Net-Curl/Makefile
@@ -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>
diff --git a/www/p5-Net-Curl/distinfo b/www/p5-Net-Curl/distinfo
new file mode 100644
index 000000000000..8f41e54ee59f
--- /dev/null
+++ b/www/p5-Net-Curl/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1547764279
+SHA256 (Net-Curl-0.39.tar.gz) = a6b92b9d5de34ecd64954a69d51fc8c2b5eda647494c4811e49dc71a0662a79b
+SIZE (Net-Curl-0.39.tar.gz) = 102420
diff --git a/www/p5-Net-Curl/pkg-descr b/www/p5-Net-Curl/pkg-descr
new file mode 100644
index 000000000000..ed5fdecdb609
--- /dev/null
+++ b/www/p5-Net-Curl/pkg-descr
@@ -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/
diff --git a/www/p5-Net-Curl/pkg-plist b/www/p5-Net-Curl/pkg-plist
new file mode 100644
index 000000000000..000cbc2e87b7
--- /dev/null
+++ b/www/p5-Net-Curl/pkg-plist
@@ -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