Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Time-HiRes / Makefile
1 # Created by: Stephen J. Roznowski <sjr@home.net>
2 # $FreeBSD$
3
4 PORTNAME=       Time-HiRes
5 PORTVERSION=    1.9726
6 PORTREVISION=   1
7 PORTEPOCH=      1
8 CATEGORIES=     devel perl5
9 MASTER_SITES=   CPAN
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     tobez@FreeBSD.org
13 COMMENT=        Perl5 module implementing High resolution time, sleep, and alarm
14
15 TEST_DEPENDS=   p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>