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

21 lines
682 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.

# Description: 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
# Packager: milisarge
# Depends on: perl perl-lwp-protocol-https perl-try-tiny perl-path-class
name=perl-crypt-ssleay
version=0.72
release=1
source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$version.tar.gz)
build() {
cd Crypt-SSLeay-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG -name '.packlist' -delete
find $PKG -name '*.pod' -delete
}