Magellan Linux

Annotation of /trunk/extras/perl-io-socket-ssl/perl-io-socket-ssl-2.056-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31026 - (hide annotations) (download)
Tue May 29 10:08:18 2018 UTC (5 years, 11 months ago) by niro
File size: 474 byte(s)
auto added: ver bump to 2.056-r1
1 niro 31026 # $Id$
2    
3     PNAME="perl-io-socket-ssl"
4     PVER="2.056"
5     PBUILD="r1"
6    
7     DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET."
8    
9     DEPEND=">= dev-lang/perl-5.26.1
10     >= dev-perl/perl-net-ssleay-1.80
11     >= dev-perl/perl-net-libidn-0.12"
12    
13     CPAN_MODULE=IO-Socket-SSL
14     CPAN_AUTHOR=SULLR
15     sminclude cpan
16    
17     postinstall()
18     {
19     _PNAME=io-socket-ssl
20    
21     if [[ ! -z $(magequery -n ${_PNAME}) ]]
22     then
23     echo "Uninstalling deprecated package '${_PNAME}'..."
24     mage uninstall "${_PNAME}"
25     fi
26     }