Magellan Linux

Annotation of /trunk/extras/perl-uri/perl-uri-1.72-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29925 - (hide annotations) (download)
Thu Oct 19 10:13:55 2017 UTC (6 years, 8 months ago) by niro
File size: 357 byte(s)
auto added: ver bump to 1.72-r1
1 niro 29925 # $Id$
2    
3     PNAME="perl-uri"
4     PVER="1.72"
5     PBUILD="r1"
6    
7     PCAT="dev-perl"
8    
9     DESCRIPTION="Uniform Resource Identifiers (absolute and relative)."
10    
11     CPAN_MODULE="URI"
12     CPAN_AUTHOR="ether"
13     sminclude cpan
14    
15     postinstall()
16     {
17     _PNAME=uri
18    
19     if [[ ! -z $(magequery -n ${_PNAME}) ]]
20     then
21     echo "Uninstalling deprecated package '${_PNAME}'..."
22     mage uninstall "${_PNAME}"
23     fi
24     }