- Add p5-Acme-HTTP 0.10
Acme::HTTP provides high-level access to Net::HTTP::NB and Net::HTTPS::NB. WWW: http://search.cpan.org/dist/Acme-HTTP/
This commit is contained in:
parent
5f6dbfccca
commit
7f515c0660
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376749
@ -465,6 +465,7 @@
|
||||
SUBDIR += ostinato
|
||||
SUBDIR += owamp
|
||||
SUBDIR += owncloud-csync
|
||||
SUBDIR += p5-Acme-HTTP
|
||||
SUBDIR += p5-AddressBook
|
||||
SUBDIR += p5-Amazon-SQS-Simple
|
||||
SUBDIR += p5-AnyEvent-MPRPC
|
||||
|
23
net/p5-Acme-HTTP/Makefile
Normal file
23
net/p5-Acme-HTTP/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Acme-HTTP
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= net www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= High-level access to Net::HTTP::NB and Net::HTTPS::NB
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP \
|
||||
p5-Net-HTTPS-NB>=0:${PORTSDIR}/net/p5-Net-HTTPS-NB
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Acme-HTTP/distinfo
Normal file
2
net/p5-Acme-HTTP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Acme-HTTP-0.10.tar.gz) = 4ab57988751b39937c0f2bba21730aebfd286838213963268d9cc2e824d83967
|
||||
SIZE (Acme-HTTP-0.10.tar.gz) = 11257
|
3
net/p5-Acme-HTTP/pkg-descr
Normal file
3
net/p5-Acme-HTTP/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Acme::HTTP provides high-level access to Net::HTTP::NB and Net::HTTPS::NB.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Acme-HTTP/
|
2
net/p5-Acme-HTTP/pkg-plist
Normal file
2
net/p5-Acme-HTTP/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Acme/HTTP.pm
|
||||
%%PERL5_MAN3%%/Acme::HTTP.3.gz
|
Loading…
Reference in New Issue
Block a user