mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Updated to 2003.0211
Pointed by: demon
This commit is contained in:
parent
0615eaed4c
commit
ea12983608
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80432
4 changed files with 12 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Time-modules
|
||||
PORTVERSION= 2002.1001
|
||||
PORTVERSION= 2003.0211
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Time
|
||||
|
@ -17,7 +17,6 @@ COMMENT= Set of modules for time manipulation
|
|||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Time::CTime.3 Time::DaysInMonth.3 Time::JulianDay.3 \
|
||||
Time::ParseDate.3 Time::Timezone.3
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Time-modules-2002.1001.tar.gz) = c905006e8c3c6e6ec52b26c93db9e570
|
||||
MD5 (Time-modules-2003.0211.tar.gz) = 86f533b6b2999c3609f1a1218de591c3
|
||||
|
|
|
@ -10,7 +10,7 @@ This package contains the following perl5 modules:
|
|||
|
||||
* Time::DaysInMonth - simply report the number of days in a month
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Time-modules
|
||||
WWW: http://search.cpan.org/dist/Time-modules/
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time-modules/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Time/CTime.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Time/DaysInMonth.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Time/JulianDay.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Time/ParseDate.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Time/Timezone.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time-modules
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Time 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time 2>/dev/null || true
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Time-modules/.packlist
|
||||
%%SITE_PERL%%/Time/CTime.pm
|
||||
%%SITE_PERL%%/Time/DaysInMonth.pm
|
||||
%%SITE_PERL%%/Time/JulianDay.pm
|
||||
%%SITE_PERL%%/Time/ParseDate.pm
|
||||
%%SITE_PERL%%/Time/Timezone.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time-modules
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Time 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Time 2>/dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue