c33edb9e22
Pkgsrc changes: o Canonicalize HOMEPAGE Upstream changes: 0.50 (10.21.2008) - John Siracusa <siracusa@gmail.com> * Fixed a bug that caused empty query parameters to be omitted from the query string. * Added the omit_empty_query_params object attribute (with class- wide default override) to preserve the old behavior.
21 lines
601 B
Makefile
21 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/12/16 21:44:06 he Exp $
|
|
|
|
DISTNAME= Rose-URI-0.50
|
|
PKGNAME= p5-${DISTNAME}0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Rose-URI/
|
|
COMMENT= URI class for easy and efficient manipulation of URI components
|
|
|
|
DEPENDS+= p5-Rose-Object>=0.15:../../devel/p5-Rose-Object
|
|
DEPENDS+= p5-URI>=0:../../www/p5-URI
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Rose/URI/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|