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

21 lines
662 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# 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.
2017-04-07 10:42:48 +02:00
# URL: http://search.cpan.org/dist/Crypt-SSLeay/SSLeay.pm
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: perl-lwp-protocol-https perl-try-tiny perl-path-class
2017-04-07 10:42:48 +02:00
2017-10-28 14:10:23 +02:00
isim=perl-crypt-ssleay
surum=0.72
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd Crypt-SSLeay-$surum
2016-02-24 01:27:23 +01:00
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG -name '.packlist' -delete
find $PKG -name '*.pod' -delete
}