mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update to 0.024
Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes Feature safe: yes
This commit is contained in:
parent
a8a281fa2e
commit
5bc423023d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308412
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= HTTP-Tiny
|
||||
PORTVERSION= 0.022
|
||||
PORTVERSION= 0.024
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
|
||||
@ -24,10 +24,17 @@ MAN3= HTTP::Tiny.3
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MHTTPS}
|
||||
BUILD_DEPENDS+= p5-IO-Socket-SSL>=1.56:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
|
||||
RUN_DEPENDS+= p5-IO-Socket-SSL>=1.56:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
|
||||
BUILD_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay
|
||||
p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA
|
||||
RUN_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay
|
||||
p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
BUILD_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
|
||||
RUN_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (HTTP-Tiny-0.022.tar.gz) = df72f2766ffcf62c32636968ef057d456dc041fedcd74b7d617120a70761bb76
|
||||
SIZE (HTTP-Tiny-0.022.tar.gz) = 42501
|
||||
SHA256 (HTTP-Tiny-0.024.tar.gz) = 1ed779e35d593f83212828a34a99deb266847c1dc7c0482d2c591bf0c29721c1
|
||||
SIZE (HTTP-Tiny-0.024.tar.gz) = 42780
|
||||
|
Loading…
Reference in New Issue
Block a user