Magellan Linux

Contents of /trunk/extras/perl-io-socket-ssl/perl-io-socket-ssl-2.052-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30056 - (show annotations) (download)
Tue Oct 24 14:09:44 2017 UTC (6 years, 6 months ago) by niro
File size: 474 byte(s)
auto added: ver bump to 2.052-r1
1 # $Id$
2
3 PNAME="perl-io-socket-ssl"
4 PVER="2.052"
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 }