Magellan Linux

Contents of /branches/magellan-next/extras/uri/uri-1.54-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8113 - (show annotations) (download)
Tue Jul 12 16:35:50 2011 UTC (12 years, 9 months ago) by niro
File size: 446 byte(s)
imported
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"