Magellan Linux

Contents of /trunk/extras/perl-authen-sasl/perl-authen-sasl-2.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29954 - (show annotations) (download)
Thu Oct 19 10:44:07 2017 UTC (6 years, 6 months ago) by niro
File size: 340 byte(s)
auto added: ver bump to 2.16-r2
1 # $Id$
2
3 PNAME="perl-authen-sasl"
4 PVER="2.16"
5 PBUILD="r2"
6
7 DESCRIPTION="SASL Authentication framework"
8
9 CPAN_MODULE="Authen-SASL"
10 CPAN_AUTHOR="GBARR"
11 sminclude cpan
12
13 postinstall()
14 {
15 _PNAME=authen-sasl
16
17 if [[ ! -z $(magequery -n ${_PNAME}) ]]
18 then
19 echo "Uninstalling deprecated package '${_PNAME}'..."
20 mage uninstall "${_PNAME}"
21 fi
22 }