diff options
Diffstat (limited to 'devel/p5-Time-Out/Makefile')
-rw-r--r-- | devel/p5-Time-Out/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Time-Out/Makefile b/devel/p5-Time-Out/Makefile index 3259bd39b1d5..ab719ed11667 100644 --- a/devel/p5-Time-Out/Makefile +++ b/devel/p5-Time-Out/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Time-Out -# Date created: 18 November 2010 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Time-Out PORTVERSION= 0.11 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Easily timeout long running operations -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Time::Out.3 |