Magellan Linux

Annotation of /trunk/extras/perl-net-smtp-ssl/perl-net-smtp-ssl-1.04-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31027 - (hide annotations) (download)
Tue May 29 10:09:04 2018 UTC (5 years, 11 months ago) by niro
File size: 437 byte(s)
auto added: ver bump to 1.04-r3
1 niro 31027 # $Id$
2    
3     PNAME="perl-net-smtp-ssl"
4     PVER="1.04"
5     PBUILD="r3"
6    
7     DESCRIPTION="SSL support for Net::SMTP."
8    
9     DEPEND=">= dev-lang/perl-5.26.1
10     >= dev-perl/perl-libnet-3.10
11     >= dev-perl/perl-io-socket-ssl-2.047"
12    
13     CPAN_MODULE=Net-SMTP-SSL
14     CPAN_AUTHOR=RJBS
15     sminclude cpan
16    
17     postinstall()
18     {
19     _PNAME=net-smtp-ssl
20    
21     if [[ ! -z $(magequery -n ${_PNAME}) ]]
22     then
23     echo "Uninstalling deprecated package '${_PNAME}'..."
24     mage uninstall "${_PNAME}"
25     fi
26     }