Update to 0.09 and require perl from ports.
While here, remove a duplicate dependency. PR: 97787 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
This commit is contained in:
parent
0e7b1c0aef
commit
6db7730734
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164354
2 changed files with 11 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= POE-Component-Server-HTTP
|
||||
PORTVERSION= 0.08
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= www devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
|
@ -16,7 +16,6 @@ MAINTAINER= hideo@lastamericanempire.com
|
|||
COMMENT= POE Component to create HTTP Servers
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/POE/API/Peek.pm:${PORTSDIR}/devel/p5-POE-API-Peek \
|
||||
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
|
||||
|
@ -27,4 +26,10 @@ PERL_CONFIGURE= yes
|
|||
|
||||
MAN3= POE::Component::Server::HTTP.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= requires Perl 5.6.1 or newer. Install lang/perl5 or lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (POE-Component-Server-HTTP-0.08.tar.gz) = 4aedbf34242a9244abb461b2e65cae0c
|
||||
SHA256 (POE-Component-Server-HTTP-0.08.tar.gz) = 6e436a7fe35229aa426396fd1542efd066581a642aec2d3947986c359c5ce5df
|
||||
SIZE (POE-Component-Server-HTTP-0.08.tar.gz) = 16509
|
||||
MD5 (POE-Component-Server-HTTP-0.09.tar.gz) = d20963ebc65bebea4c863813861b9985
|
||||
SHA256 (POE-Component-Server-HTTP-0.09.tar.gz) = b7a91cec78cfd838b51fb9c90989527c2c65c3a81b36ee098ae406a875bb6c82
|
||||
SIZE (POE-Component-Server-HTTP-0.09.tar.gz) = 16556
|
||||
|
|
Loading…
Reference in a new issue