1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Update to 1.36, add WWW, and grab maintainership.

This commit is contained in:
Anton Berezin 2002-09-14 18:01:03 +00:00
parent 2e331e731f
commit 8abb2a29de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66303
3 changed files with 8 additions and 5 deletions

View File

@ -6,14 +6,14 @@
#
PORTNAME= Time-HiRes
PORTVERSION= 1.35
PORTVERSION= 1.36
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= tobez@FreeBSD.org
PERL_CONFIGURE= yes
@ -21,6 +21,6 @@ MAN3= Time::HiRes.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-patch:
${PERL} -pi -e '$$_ = "" if /MAN3PODS/' ${WRKSRC}/Makefile.PL
${PERL} -pi -e '$$_ = "" if /MAN3PODS|INSTALLDIRS/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Time-HiRes-1.35.tar.gz) = b4661cbeec11bf29fff2d52b828d9bec
MD5 (Time-HiRes-1.36.tar.gz) = 86a49c87601829b3b3ea9a1027be5e1b

View File

@ -1,4 +1,7 @@
Time::HiRes module: High resolution time, sleep, and alarm.
Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers
to implement time, sleep, and alarm that know about non-integral seconds.
to implement time, sleep, and alarm that know about non-integral
seconds.
WWW: http://search.cpan.org/search?dist=Time-HiRes