Update to 0.29.01

This commit is contained in:
Mathieu Arnold 2004-01-28 15:30:25 +00:00
parent 035f978d20
commit 29a3829254
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99321
3 changed files with 5 additions and 6 deletions

View File

@ -6,11 +6,12 @@
#
PORTNAME= DateTime-Format-Excel
PORTVERSION= 0.29
PORTVERSION= 0.29.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
MAINTAINER= mat@FreeBSD.org
COMMENT= Convert between DateTime and Excel dates
@ -22,4 +23,5 @@ PERL_CONFIGURE= yes
MAN3= DateTime::Format::Excel.3
.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>

View File

@ -1 +1,2 @@
MD5 (DateTime-Format-Excel-0.29.tar.gz) = c530713452f8d02db57447f7204a98f8
MD5 (DateTime-Format-Excel-0.2901.tar.gz) = d2f1934833c247b50088fd7999efee04
SIZE (DateTime-Format-Excel-0.2901.tar.gz) = 15813

View File

@ -1,7 +1,3 @@
%%SITE_PERL%%/DateTime/Format/Excel.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Excel/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Excel
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true