pkgsrc/www/p5-Rose-HTML-Objects/Makefile
he 67f61f7338 Update from version 0.554nb1 to 0.600.
Pkgsrc changes:
 o Canonicalize HOMEPAGE
 o Adjust dependencies according to new requirements

Upstream changes:

0.600 (12.13.2008) - John Siracusa <siracusa@gmail.com>

    * Added localization support.
    * Added private library support.
    * Rose::HTML::Form::Field::PopUpMenu's internal_value() is now
      unconditionally singular, and undef when no items are selected.
    * Fixed a bug in Rose::HTML::Image that made detection of image
      sizes dependent on method call order.  (Reported by Sean Allen)
    * Added mod_perl 2.x support to Rose::HTML::Image.  (Reported by
      Sean Allen)

0.555 (10.22.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed a memory leak in group fields (RT #38837)
    * Corrected documentation and implementation of init_with_objects().
2008-12-16 21:35:40 +00:00

30 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2008/12/16 21:35:40 he Exp $
DISTNAME= Rose-HTML-Objects-0.600
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Rose-HTML-Objects/
COMMENT= Object-oriented interfaces for HTML
DEPENDS+= p5-DateTime>=0.20:../../time/p5-DateTime
DEPENDS+= p5-Clone-PP>=0:../../devel/p5-Clone-PP
DEPENDS+= p5-Encode>=0:../../textproc/p5-Encode
DEPENDS+= p5-Email-Valid>=0:../../mail/p5-Email-Valid
DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser
DEPENDS+= p5-Image-Size>=0:../../graphics/p5-Image-Size
DEPENDS+= p5-URI>=0:../../www/p5-URI
DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-Rose-Object>=0.854:../../devel/p5-Rose-Object
DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
DEPENDS+= p5-Rose-URI>=0.021:../../www/p5-Rose-URI
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Rose/HTML/Objects/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"