freebsd-ports/devel/p5-Time-HiRes/Makefile

24 lines
479 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Time-HiRes
# Date created: 13 June 1999
# Whom: Stephen J. Roznowski <sjr@home.net>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= Time-HiRes
PORTVERSION= 1.86
2002-09-11 15:41:13 +02:00
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= A perl5 module implementing High resolution time, sleep, and alarm
PERL_CONFIGURE= yes
MAN3= Time::HiRes.3
.include <bsd.port.mk>