diff options
Diffstat (limited to 'devel/p5-IO/Makefile')
-rw-r--r-- | devel/p5-IO/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-IO/Makefile b/devel/p5-IO/Makefile index 2f4cbe21630e..2b90ea2f037d 100644 --- a/devel/p5-IO/Makefile +++ b/devel/p5-IO/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: IO -# Date created: 27 Dec 2000 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= IO PORTVERSION= 1.25 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Various IO modules for Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= INSTALLDIRS=site POLLUTE=1 MAN3= IO.3 IO::Dir.3 IO::File.3 IO::Handle.3 IO::Pipe.3 IO::Poll.3 \ |