Updated to 1.23
This commit is contained in:
parent
181e743558
commit
2a90d52d85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102376
2 changed files with 14 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= POE-API-Peek
|
||||
PORTVERSION= 0.01
|
||||
PORTVERSION= 1.23
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
|
@ -22,4 +22,14 @@ PERL_MODBUILD= yes
|
|||
|
||||
MAN3= POE::API::Peek.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
post-patch:
|
||||
${RM} ${WRKSRC}/inc/Module/Install/AutoInstall.pm
|
||||
${PERL} -pi -e 's/^auto_install.*//;' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= "Perl 5.6.1 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (POE-API-Peek-0.01.tar.gz) = 10df233573640b76da62c780abc0c1a3
|
||||
MD5 (POE-API-Peek-1.23.tar.gz) = 54816e556d46cb414d41f104de42af39
|
||||
SIZE (POE-API-Peek-1.23.tar.gz) = 23238
|
||||
|
|
Loading…
Reference in a new issue