diff options
Diffstat (limited to 'devel/p5-Proc-Wait3/Makefile')
-rw-r--r-- | devel/p5-Proc-Wait3/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Proc-Wait3/Makefile b/devel/p5-Proc-Wait3/Makefile index c22662c35535..f4d4dc9aa3c5 100644 --- a/devel/p5-Proc-Wait3/Makefile +++ b/devel/p5-Proc-Wait3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Proc-Wait3 -# Date created: 23 September 2009 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Proc-Wait3 PORTVERSION= 0.04 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl extension for wait3 system call -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Proc::Wait3.3 |