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:
parent
2e331e731f
commit
8abb2a29de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66303
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Time-HiRes-1.35.tar.gz) = b4661cbeec11bf29fff2d52b828d9bec
|
||||
MD5 (Time-HiRes-1.36.tar.gz) = 86a49c87601829b3b3ea9a1027be5e1b
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user