mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Remove unnecessary MASTER_SITE_SUBDIR - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
0db4787a17
commit
96f73ba579
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360981
@ -5,16 +5,19 @@ PORTNAME= IO-All-LWP
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.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
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,7 @@
|
||||
This module acts as glue between IO::All and LWP, so that files can be
|
||||
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.
|
||||
This module acts as glue between IO::All and LWP, so that files can be 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/
|
||||
|
@ -1,15 +1,15 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP/.packlist
|
||||
%%SITE_PERL%%/IO/All/FTP.pm
|
||||
%%SITE_PERL%%/IO/All/HTTP.pm
|
||||
%%SITE_PERL%%/IO/All/HTTPS.pm
|
||||
%%SITE_PERL%%/IO/All/LWP.pm
|
||||
%%SITE_PERL%%/IO/All/iocp.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP/.packlist
|
||||
%%PERL5_MAN3%%/IO::All::FTP.3.gz
|
||||
%%PERL5_MAN3%%/IO::All::HTTP.3.gz
|
||||
%%PERL5_MAN3%%/IO::All::HTTPS.3.gz
|
||||
%%PERL5_MAN3%%/IO::All::LWP.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/IO/All
|
||||
@dirrmtry %%SITE_PERL%%/IO
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
|
||||
@dirrmtry %%SITE_PERL%%/IO/All
|
||||
@dirrmtry %%SITE_PERL%%/IO
|
||||
|
Loading…
Reference in New Issue
Block a user