milis/talimatname/genel/p/perl-io-socket-ssl/talimat

19 lines
447 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: Nearly transparent SSL encapsulation for IO::Socket::INET
# URL: http://search.cpan.org/dist/IO-Socket-SSL/
# Paketçi: milisarge
# Gerekler: perl-net-ssleay perl-uri
# Grup:
isim=perl-io-socket-ssl
surum=2.055
devir=1
kaynak=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-$surum.tar.gz)
derle() {
cd IO-Socket-SSL-${surum}
yes | perl Makefile.PL INSTALLDIRS=vendor
make
make test
make DESTDIR="${PKG}" install
}