diff options
Diffstat (limited to 'devel/p5-Proc-Background/Makefile')
-rw-r--r-- | devel/p5-Proc-Background/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Proc-Background/Makefile b/devel/p5-Proc-Background/Makefile index 4c0d48b2d492..98126571fc76 100644 --- a/devel/p5-Proc-Background/Makefile +++ b/devel/p5-Proc-Background/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Proc-Background -# Date created: Wed Jan 3 10:32:39 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Proc-Background PORTVERSION= 1.10 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl interface to running background processes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= timed-process.1 MAN3= Proc::Background.3 \ |