diff options
Diffstat (limited to 'devel/p5-Time-Clock/Makefile')
-rw-r--r-- | devel/p5-Time-Clock/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Time-Clock/Makefile b/devel/p5-Time-Clock/Makefile index ba139713d3cf..aefa04640c7b 100644 --- a/devel/p5-Time-Clock/Makefile +++ b/devel/p5-Time-Clock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Time-Clock -# Date created: 30 June 2006 -# Whom: Zach Thompson <hideo@lastamericanempire.com> -# +# Created by: Zach Thompson <hideo@lastamericanempire.com> # $FreeBSD$ -# PORTNAME= Time-Clock PORTVERSION= 1.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Twenty-four hour clock objects with nanosecond precision -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Time::Clock.3 |