Magellan Linux

Contents of /trunk/extras/perl-net-smtp-ssl/perl-net-smtp-ssl-1.04-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31651 - (show annotations) (download)
Wed Dec 5 09:08:04 2018 UTC (5 years, 4 months ago) by niro
File size: 437 byte(s)
auto added: ver bump to 1.04-r4
1 # $Id$
2
3 PNAME="perl-net-smtp-ssl"
4 PVER="1.04"
5 PBUILD="r4"
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 }