pkgsrc/www/p5-URI/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

25 lines
659 B
Makefile

# $NetBSD: Makefile,v 1.30 2005/08/06 06:19:40 jlam Exp $
#
DISTNAME= URI-1.35
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5uri
PKGREVISION= 1
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)
BUILD_DEPENDS= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64
CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/URI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"