diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-07-29 13:28:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-07-29 13:28:20 +0000 |
commit | d8254e0cc49328c99dccea22793d46aeee2f4632 (patch) | |
tree | e25f5a13075141a41d326939bde93b31e8099c86 /devel/p5-DateTime-Format-Epoch | |
parent | 8a637619ac2d9db618e91ece6d7e0f3c0487bbfc (diff) | |
download | ports-d8254e0cc49328c99dccea22793d46aeee2f4632.tar.gz ports-d8254e0cc49328c99dccea22793d46aeee2f4632.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-Epoch')
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/distinfo | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Format-Epoch/Makefile b/devel/p5-DateTime-Format-Epoch/Makefile index 84493f9ef4ad..0cd926534a2c 100644 --- a/devel/p5-DateTime-Format-Epoch/Makefile +++ b/devel/p5-DateTime-Format-Epoch/Makefile @@ -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> diff --git a/devel/p5-DateTime-Format-Epoch/distinfo b/devel/p5-DateTime-Format-Epoch/distinfo index 4f2f0a1fad1e..4aa1e068062b 100644 --- a/devel/p5-DateTime-Format-Epoch/distinfo +++ b/devel/p5-DateTime-Format-Epoch/distinfo @@ -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 |