freebsd-ports/devel/p5-Time-HiRes/Makefile
Erwin Lansing 362c47d716 Vendor update to 1.47
- do not use -lrt in Linux (from March Lehmann)
                - unnecessary (nanosleep is in libc anyway)
                - harmful (-lrt slows down execution)
                - incompatible (with many distributions' pthreads)

PR:		52217
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	maintainer, edwin (mentor)
2003-06-07 10:44:42 +00:00

26 lines
567 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.47
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>