2010-03-14 Gisle Aas <gisle@ActiveState.com> Release 1.53 Ville Skyttä (6): Remove unneeded execute permissions. Add $uri->secure() method. Documentation and comment spelling fixes. Fix heuristics when COUNTRY is set to "gb". Use HTTP_ACCEPT_LANGUAGE, LC_ALL, and LANG in country heuristics. POD linking improvements. Michael G. Schwern (2): Rewrite the URI::Escape tests with Test::More Update URI::Escape for RFC 3986 Gisle Aas (1): Bump MIN_PERL_VERSION to 5.6.1 [RT#54078] Salvatore Bonaccorso (1): Suppress wide caracters warnings in iri.t [RT#53737]
28 lines
792 B
Makefile
28 lines
792 B
Makefile
# $NetBSD: Makefile,v 1.40 2010/03/15 12:24:48 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= URI-1.53
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5uri
|
|
CATEGORIES= www net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/URI/
|
|
COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= {perl>=5.7,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64
|
|
# recommended
|
|
DEPENDS+= p5-Business-ISBN-[0-9]*:../../misc/p5-Business-ISBN
|
|
|
|
CONFLICTS+= p5-libwww-5.36{,nb*} # URI used to be part of that package
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/URI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|