Update to 0.22
Add some doc
This commit is contained in:
parent
49cb1cc05d
commit
fae6badd94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114868
2 changed files with 13 additions and 4 deletions
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= DateTime
|
||||
PORTVERSION= 0.21.01
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DateTime
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
|
||||
#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
COMMENT= A date and time object
|
||||
|
@ -28,4 +28,13 @@ PERL_CONFIGURE= yes
|
|||
MAN3= DateTime.3 DateTime::Duration.3 \
|
||||
DateTime::Infinite.3 DateTime::LeapSecond.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= CREDITS Changes README TODO
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (DateTime-0.2101.tar.gz) = cb3dde6240a574c87e111fb76b036be4
|
||||
SIZE (DateTime-0.2101.tar.gz) = 76154
|
||||
MD5 (DateTime-0.22.tar.gz) = b0655fce30830bc413791d260f5185c4
|
||||
SIZE (DateTime-0.22.tar.gz) = 76270
|
||||
|
|
Loading…
Reference in a new issue