diff options
author | shell <shell@pkgsrc.org> | 2002-09-27 09:43:53 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-09-27 09:43:53 +0000 |
commit | 11b48ad041eb9757265821bb8b708ff2d11e0971 (patch) | |
tree | e9035471412ab06f616dc6fedeeea0fef9e0a3a2 /www/p5-URI/Makefile | |
parent | 8ed108a5575244d779023a139948aa871eafc618 (diff) | |
download | pkgsrc-11b48ad041eb9757265821bb8b708ff2d11e0971.tar.gz |
Updated to p5-URI-1.22
Changes :
- Added URI::QueryParam module. It contains some
extra methods to manipulate the query form key/value pairs.
- Added support for the sip: and sips: URI scheme.
Contributed by Ryan Kereliuk <ryker@ryker.org>.
- use_buildlink2
- use perl5 module
Diffstat (limited to 'www/p5-URI/Makefile')
-rw-r--r-- | www/p5-URI/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index 7e69141ad48..617f78753b8 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2002/08/20 14:48:54 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2002/09/27 09:43:53 shell Exp $ # -DISTNAME= URI-1.21 +DISTNAME= URI-1.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 @@ -14,11 +14,8 @@ BUILD_DEPENDS= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64 CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/URI/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |