2018-07-31 09:02:41 +02:00
|
|
|
|
# Tanım: LWP::UserAgent için https desteği sağlar
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# URL: http://search.cpan.org/~gaas/LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: perl-io-socket-ssl perl-mozilla-ca perl-net-http perl-libwww
|
2018-07-31 09:02:41 +02:00
|
|
|
|
# Grup: sistem ağ
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=perl-lwp-protocol-https
|
|
|
|
|
surum=6.04
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd LWP-Protocol-https-$surum
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
|
|
find $PKG \
|
|
|
|
|
-name '*.bs' -or \
|
|
|
|
|
-name '.packlist' -or \
|
|
|
|
|
-name 'perllocal.pod' | xargs rm
|
|
|
|
|
}
|