Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8114 - (show annotations) (download)
Tue Jul 12 16:38:38 2011 UTC (12 years, 10 months ago) by niro
File size: 448 byte(s)
auto added: ver bump to 1.58-r1
1 # $Id$
2
3 PNAME="uri"
4 PVER="1.58"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-perl"
8
9 DESCRIPTION="Uniform Resource Identifiers (absolute and relative)."
10 HOMEPAGE="http://search.cpan.org/~gaas/URI/"
11
12 DEPEND=">= dev-lang/perl-5.14"
13
14 SRCFILE="URI-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/URI-${PVER}"
16
17 CPAN_AUTHOR="gaas"
18 sminclude cpan
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"