Magellan Linux

Contents of /trunk/extras/uri/uri-1.54-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5714 - (show annotations) (download)
Sat Aug 7 12:16:28 2010 UTC (13 years, 10 months ago) by niro
File size: 446 byte(s)
auto added: ver bump to 1.54-r1
1 # $Id$
2
3 PNAME="uri"
4 PVER="1.54"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-perl"
8 STATE="unstable"
9
10 DESCRIPTION="Uniform Resource Identifiers (absolute and relative)."
11 HOMEPAGE="http://search.cpan.org/~gaas/URI/"
12
13 DEPEND=">= dev-lang/perl-5.10"
14
15 SRCFILE="URI-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/URI-${PVER}"
17
18 sminclude perl
19
20 SRC_URI=(
21 http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_perl URI gz"