The Perl 5 module Net::HTTP is a low-level HTTP client.
An instance of the Net::HTTP class represents a connection to an HTTP server.
This commit is contained in:
parent
de50a55722
commit
7367d948d4
3 changed files with 26 additions and 0 deletions
2
www/p5-Net-HTTP/DESCR
Normal file
2
www/p5-Net-HTTP/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
The Perl 5 module Net::HTTP is a low-level HTTP client.
|
||||
An instance of the Net::HTTP class represents a connection to an HTTP server.
|
19
www/p5-Net-HTTP/Makefile
Normal file
19
www/p5-Net-HTTP/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/07/10 12:46:04 spz Exp $
|
||||
|
||||
DISTNAME= Net-HTTP-6.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5 net
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Net-HTTP/
|
||||
COMMENT= Perl 5 module for low-level HTTP connections (client)
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Net/HTTP/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-Net-HTTP/distinfo
Normal file
5
www/p5-Net-HTTP/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/07/10 12:46:04 spz Exp $
|
||||
|
||||
SHA1 (Net-HTTP-6.01.tar.gz) = ffefc52e4e171d2b578a6e50d2fd29ea71fcdbe8
|
||||
RMD160 (Net-HTTP-6.01.tar.gz) = 156670bd93ce465d7a9d2fcac685820e4708f252
|
||||
Size (Net-HTTP-6.01.tar.gz) = 13733 bytes
|
Loading…
Reference in a new issue