dbc6c0ffb8
- Updating package for p5 module Rose::HTML::Objects from 0.602 to 0.603 - Adjusting dependency Upstream changes: 0.603 (05.06.2009) - John Siracusa <siracusa@gmail.com> * Fixed a bug that cause the class attribite on label tags not to be cleared correctly. (Reported by Denis Moskowitz)
34 lines
1.3 KiB
Makefile
34 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2009/05/17 18:48:22 sno Exp $
|
|
|
|
DISTNAME= Rose-HTML-Objects-0.603
|
|
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
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
DEPENDS+= p5-Clone-PP>=0:../../devel/p5-Clone-PP
|
|
DEPENDS+= p5-DateTime>=0.20:../../time/p5-DateTime
|
|
DEPENDS+= p5-Email-Valid>=0:../../mail/p5-Email-Valid
|
|
DEPENDS+= p5-Encode>=0:../../textproc/p5-Encode
|
|
DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-IO-String>=1.08:../../devel/p5-IO-String
|
|
DEPENDS+= p5-Image-Size>=0:../../graphics/p5-Image-Size
|
|
DEPENDS+= p5-URI>=0:../../www/p5-URI
|
|
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
|
|
DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
|
|
DEPENDS+= p5-Rose-Object>=0.85.4:../../devel/p5-Rose-Object
|
|
DEPENDS+= p5-Rose-URI>=0.021:../../www/p5-Rose-URI
|
|
# For tests:
|
|
BUILD_DEPENDS+= p5-Test-Memory-Cycle>=0:../../devel/p5-Test-Memory-Cycle
|
|
|
|
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"
|