summaryrefslogtreecommitdiff
path: root/devel/p5-Time-HiRes/Makefile
blob: 4ce1d396b406c8a4799fae44b88b932a6fd3d150 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.43
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

MAN3=		Time::HiRes.3

post-patch:
	${PERL} -pi -e '$$_ = "" if /MAN3PODS|INSTALLDIRS/' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>