Add p5-HTTP-Tiny-UA 0.005
HTTP::Tiny::UA extends HTTP::Tiny with higher-level convenience features. WWW: http://search.cpan.org/dist/HTTP-Tiny-UA/
This commit is contained in:
parent
c621488269
commit
f7d2679853
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465469
5 changed files with 35 additions and 0 deletions
|
@ -1040,6 +1040,7 @@
|
|||
SUBDIR += p5-HTTP-Thin
|
||||
SUBDIR += p5-HTTP-Tiny
|
||||
SUBDIR += p5-HTTP-Tiny-SPDY
|
||||
SUBDIR += p5-HTTP-Tiny-UA
|
||||
SUBDIR += p5-HTTP-WebTest
|
||||
SUBDIR += p5-HTTP-XSCookies
|
||||
SUBDIR += p5-HTTPD-Log-Filter
|
||||
|
|
24
www/p5-HTTP-Tiny-UA/Makefile
Normal file
24
www/p5-HTTP-Tiny-UA/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= HTTP-Tiny-UA
|
||||
PORTVERSION= 0.005
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Higher-level UA features for HTTP::Tiny
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Tiny>=1.000:devel/p5-Class-Tiny \
|
||||
p5-superclass>=0:devel/p5-superclass
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-HTTP-Tiny-UA/distinfo
Normal file
3
www/p5-HTTP-Tiny-UA/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1521912863
|
||||
SHA256 (HTTP-Tiny-UA-0.005.tar.gz) = 29af1370fe3fd50add57f811b2a01e67af77a6a479f35e6524baf09deff527a4
|
||||
SIZE (HTTP-Tiny-UA-0.005.tar.gz) = 19290
|
3
www/p5-HTTP-Tiny-UA/pkg-descr
Normal file
3
www/p5-HTTP-Tiny-UA/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
HTTP::Tiny::UA extends HTTP::Tiny with higher-level convenience features.
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTTP-Tiny-UA/
|
4
www/p5-HTTP-Tiny-UA/pkg-plist
Normal file
4
www/p5-HTTP-Tiny-UA/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/HTTP/Tiny/UA.pm
|
||||
%%SITE_PERL%%/HTTP/Tiny/UA/Response.pm
|
||||
%%PERL5_MAN3%%/HTTP::Tiny::UA.3.gz
|
||||
%%PERL5_MAN3%%/HTTP::Tiny::UA::Response.3.gz
|
Loading…
Reference in a new issue