Update to 0.07
Add some docs
This commit is contained in:
parent
8a637619ac
commit
d8254e0cc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115002
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= DateTime-Format-Epoch
|
PORTNAME= DateTime-Format-Epoch
|
||||||
PORTVERSION= 0.06
|
PORTVERSION= 0.07
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= DateTime
|
MASTER_SITE_SUBDIR= DateTime
|
||||||
@ -26,4 +26,13 @@ MAN3= DateTime::Format::Epoch.3 DateTime::Format::Epoch::DotNet.3 \
|
|||||||
DateTime::Format::Epoch::MacOS.3 DateTime::Format::Epoch::TAI64.3 \
|
DateTime::Format::Epoch::MacOS.3 DateTime::Format::Epoch::TAI64.3 \
|
||||||
DateTime::Format::Epoch::Unix.3
|
DateTime::Format::Epoch::Unix.3
|
||||||
|
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
PORTDOCS= Changes README TODO
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||||
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
MD5 (DateTime-Format-Epoch-0.06.tar.gz) = 979fa489141ccb7f33cb466e0a78ec4f
|
MD5 (DateTime-Format-Epoch-0.07.tar.gz) = 3c67178c44db6de8ed227fac260ae1e2
|
||||||
SIZE (DateTime-Format-Epoch-0.06.tar.gz) = 14856
|
SIZE (DateTime-Format-Epoch-0.07.tar.gz) = 14998
|
||||||
|
Loading…
Reference in New Issue
Block a user