milis/talimatname/genel/p/perl-crypt-ssleay/talimat

21 lines
662 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Bu Perl modülü, LWP::UserAgent nesnesinin şifreli soket bağlantıları üzerinden GET, HEAD ve POST isteklerini gerçekleştirmesine izin vermek için LWP altında HTTPS protokolünü desteklemektedir.
# URL: http://search.cpan.org/dist/Crypt-SSLeay/SSLeay.pm
# Paketçi: milisarge
# Gerekler: perl-lwp-protocol-https perl-try-tiny perl-path-class
isim=perl-crypt-ssleay
surum=0.72
devir=1
kaynak=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$surum.tar.gz)
derle() {
cd Crypt-SSLeay-$surum
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG -name '.packlist' -delete
find $PKG -name '*.pod' -delete
}