mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
8a3072b039
PR: 167916 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/Time-HiRes/Changes
25 lines
505 B
Makefile
25 lines
505 B
Makefile
# New ports collection makefile for: p5-Time-HiRes
|
|
# Date created: 13 June 1999
|
|
# Whom: Stephen J. Roznowski <sjr@home.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Time-HiRes
|
|
PORTVERSION= 1.9725
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= A perl5 module implementing High resolution time, sleep, and alarm
|
|
|
|
TEST_DEPENDS= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Time::HiRes.3
|
|
|
|
.include <bsd.port.mk>
|