Magellan Linux

Contents of /branches/R11-unstable/extras/perl-yaml/perl-yaml-1.27-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32484 - (show annotations) (download)
Mon Apr 29 12:59:04 2019 UTC (5 years, 1 month ago) by niro
File size: 322 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="perl-yaml"
4 PVER="1.27"
5 PBUILD="r1"
6
7 DESCRIPTION="YAML Ain't Markup Language (tm)"
8
9 CPAN_MODULE="YAML"
10 CPAN_AUTHOR="tinita"
11 sminclude cpan
12
13 postinstall()
14 {
15 _PNAME=yaml
16
17 if [[ ! -z $(magequery -n ${_PNAME}) ]]
18 then
19 echo "Uninstalling deprecated package '${_PNAME}'..."
20 mage uninstall "${_PNAME}"
21 fi
22 }