freebsd-ports/devel/p5-Time-HiRes/Makefile
Chris Piazza 89f4cfc9bc 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.

PR:	12230
Submitted by:	Stephen J. Roznowski <sjr@home.net>
1999-06-27 17:48:25 +00:00

26 lines
527 B
Makefile

# New ports collection makefile for: p5-Time-HiRes
# Version required: 1.20
# Date created: 13 June 1999
# Whom: Stephen J. Roznowski <sjr@home.net>
#
# $Id$
#
DISTNAME= Time-HiRes-01.20
PKGNAME= p5-Time-HiRes-01.20
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
MAINTAINER= ports@FreeBSD.ORG
USE_PERL5= yes
MAN3= Time::HiRes.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>