pkgsrc/www/p5-URI/Makefile
sno 1b0c4254e2 Updating package for p5 module www/p5-URI from 1.38 to 1.40
Upstream changes:
2009-08-14 Release 1.40 - Gisle Aas <gisle@ActiveState.com>
   Even stricter test for working DNS, 2nd try.

2009-08-13 Release 1.39 - Gisle Aas <gisle@ActiveState.com>
   Even stricter test for working DNS, hopefully this gets rid of the rest of
   the heuristics.t failures.
2009-08-18 14:32:40 +00:00

27 lines
748 B
Makefile

# $NetBSD: Makefile,v 1.37 2009/08/18 14:32:40 sno Exp $
#
DISTNAME= URI-1.40
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)
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= 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 # 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"