diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-08 14:47:37 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-08 14:47:37 +0000 |
commit | 48fa39ce909aba0eb08d5e0d13b1dc01db66cfa4 (patch) | |
tree | a97147b6b20e60f7395ff70357782d442396865e /devel/p5-IO-All-LWP | |
parent | 40e7cc174cda3aa83892205e0dcdddc53af8f57a (diff) |
Notes
Diffstat (limited to 'devel/p5-IO-All-LWP')
-rw-r--r-- | devel/p5-IO-All-LWP/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-IO-All-LWP/Makefile b/devel/p5-IO-All-LWP/Makefile index e86a62645298..2459aa828d2e 100644 --- a/devel/p5-IO-All-LWP/Makefile +++ b/devel/p5-IO-All-LWP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IO-All-LWP -# Date created: 2009-04-21 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= IO-All-LWP PORTVERSION= 0.14 @@ -18,7 +14,8 @@ COMMENT= IO::All interface to LWP RUN_DEPENDS= p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::All::FTP.3 \ IO::All::HTTP.3 \ |