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

21 lines
662 B
Text
Raw Normal View History

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