mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
25 lines
512 B
Makefile
25 lines
512 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.52
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Time
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= A perl5 module implementing High resolution time, sleep, and alarm
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS= INSTALLDIRS=site
|
|
|
|
MAN3= Time::HiRes.3
|
|
|
|
.include <bsd.port.mk>
|