summaryrefslogtreecommitdiff
path: root/devel/p5-Time-HiRes/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-27 17:48:25 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-27 17:48:25 +0000
commit89f4cfc9bc1fb09def28698b4ae1ad8f4c9141bb (patch)
tree95911858a8be8a95fd22ec8ab3a26630b0bb19b2 /devel/p5-Time-HiRes/Makefile
parentActivate p5-SNMP_Session (diff)
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>
Notes
Notes: svn path=/head/; revision=19838
Diffstat (limited to 'devel/p5-Time-HiRes/Makefile')
-rw-r--r--devel/p5-Time-HiRes/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Time-HiRes/Makefile b/devel/p5-Time-HiRes/Makefile
new file mode 100644
index 000000000000..dbbf6033c311
--- /dev/null
+++ b/devel/p5-Time-HiRes/Makefile
@@ -0,0 +1,26 @@
+# 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>