1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 0.02

Add some docs
This commit is contained in:
Mathieu Arnold 2004-10-12 10:06:48 +00:00
parent c047583a8c
commit ba22160cc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118898
2 changed files with 13 additions and 4 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= DateTime-Incomplete
PORTVERSION= 0.01.01
PORTVERSION= 0.02
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= An incomplete DateTime, like January 5
@ -25,4 +25,13 @@ PERL_CONFIGURE= yes
MAN3= DateTime::Incomplete.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-Incomplete-0.0101.tar.gz) = 55070893532228149f1a0d5c67e7f6ac
SIZE (DateTime-Incomplete-0.0101.tar.gz) = 22571
MD5 (DateTime-Incomplete-0.02.tar.gz) = 14c2e381f34367b51fe57ca03b122094
SIZE (DateTime-Incomplete-0.02.tar.gz) = 24462