diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-05-08 08:36:22 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-05-08 08:36:22 +0000 |
commit | ea12983608f3d4dda53063a1accc298a014966d6 (patch) | |
tree | d4dee7d5c8d42f2845c4c0a38d6ca4f5926bc641 /devel/p5-Time-modules | |
parent | 0615eaed4c265a360411df45e4af9335c1dc6271 (diff) |
Notes
Diffstat (limited to 'devel/p5-Time-modules')
-rw-r--r-- | devel/p5-Time-modules/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Time-modules/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Time-modules/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Time-modules/pkg-plist | 18 |
4 files changed, 12 insertions, 13 deletions
diff --git a/devel/p5-Time-modules/Makefile b/devel/p5-Time-modules/Makefile index 7ec035b36a67..c79345ddebbc 100644 --- a/devel/p5-Time-modules/Makefile +++ b/devel/p5-Time-modules/Makefile @@ -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 diff --git a/devel/p5-Time-modules/distinfo b/devel/p5-Time-modules/distinfo index 255d6bf9c957..8891c53af9e5 100644 --- a/devel/p5-Time-modules/distinfo +++ b/devel/p5-Time-modules/distinfo @@ -1 +1 @@ -MD5 (Time-modules-2002.1001.tar.gz) = c905006e8c3c6e6ec52b26c93db9e570 +MD5 (Time-modules-2003.0211.tar.gz) = 86f533b6b2999c3609f1a1218de591c3 diff --git a/devel/p5-Time-modules/pkg-descr b/devel/p5-Time-modules/pkg-descr index 3184bfc3d12a..ea61c1969d8c 100644 --- a/devel/p5-Time-modules/pkg-descr +++ b/devel/p5-Time-modules/pkg-descr @@ -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 diff --git a/devel/p5-Time-modules/pkg-plist b/devel/p5-Time-modules/pkg-plist index 6edddaf242e8..5f540ba19d2d 100644 --- a/devel/p5-Time-modules/pkg-plist +++ b/devel/p5-Time-modules/pkg-plist @@ -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 |