Update to 0.07

Add some docs
This commit is contained in:
Mathieu Arnold 2004-07-29 13:28:20 +00:00
parent 8a637619ac
commit d8254e0cc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115002
2 changed files with 12 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= DateTime-Format-Epoch
PORTVERSION= 0.06
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
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::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>

View File

@ -1,2 +1,2 @@
MD5 (DateTime-Format-Epoch-0.06.tar.gz) = 979fa489141ccb7f33cb466e0a78ec4f
SIZE (DateTime-Format-Epoch-0.06.tar.gz) = 14856
MD5 (DateTime-Format-Epoch-0.07.tar.gz) = 3c67178c44db6de8ed227fac260ae1e2
SIZE (DateTime-Format-Epoch-0.07.tar.gz) = 14998