mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8f97134ffb
read and written through the network using the convenient IO:All interface. Note that this module is not used directly: you just use IO::All, which knows when to autoload IO::All::HTTP, IO::All::HTTPS, IO::All::FTP, or IO::All::Gopher, which implement the specific protocols based on IO::All::LWP. WWW: http://search.cpan.org/dist/IO-All-LWP/ PR: ports/133881 Submitted by: Gea-Suan Lin <gslin at gslin.org>
29 lines
556 B
Makefile
29 lines
556 B
Makefile
# New ports collection makefile for: p5-IO-All-LWP
|
|
# Date created: 2009-04-21
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IO-All-LWP
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= IO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
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= 5.8.0+
|
|
|
|
MAN3= IO::All::FTP.3 \
|
|
IO::All::HTTP.3 \
|
|
IO::All::HTTPS.3 \
|
|
IO::All::LWP.3
|
|
|
|
.include <bsd.port.mk>
|