Update to 0.04
This commit is contained in:
parent
982257a820
commit
bebd612484
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94639
2 changed files with 11 additions and 4 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= DateTime-Format-ISO8601
|
||||
PORTVERSION= 0.03
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DateTime
|
||||
|
@ -25,4 +24,12 @@ PERL_CONFIGURE= yes
|
|||
MAN3= DateTime::Format::ISO8601.3
|
||||
|
||||
.include "../../devel/p5-Module-Build/inc.build.mk"
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
post-patch:
|
||||
@${PERL} -pi -e '$$_ = "" if /use warnings/;' \
|
||||
${WRKSRC}/lib/DateTime/Format/ISO8601.pm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (DateTime-Format-ISO8601-0.03.tar.gz) = 6de667549dc56f65978b53fd2fff84a2
|
||||
MD5 (DateTime-Format-ISO8601-0.04.tar.gz) = 7fce7234dbc005c4937b60358eda6457
|
||||
|
|
Loading…
Reference in a new issue