Changes from previous: 0.611 (11.16.2010) - John Siracusa <siracusa@gmail.com> * Added default HTML serialization for compound fields. * Removed documentation for nonexistent field_names() method. 0.610 (10.02.2010) - John Siracusa <siracusa@gmail.com> * Fixed a bad probe in form-nested.t that was causing spurious test failures. * Attempted to fix mro-c3.t test failures that I've thus far been unable to reproduce locally. 0.608 (10.01.2010) - John Siracusa <siracusa@gmail.com> * Silenced a warning in t/form-field.t * Clarified the precedence of object_from_form() initialization in cases where a parent form and sub-form have fields with the same local_name() (Reported by Christopher Masto)
39 lines
1.5 KiB
Makefile
39 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.14 2011/10/28 01:12:22 hiramatsu Exp $
|
|
|
|
DISTNAME= Rose-HTML-Objects-0.611
|
|
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= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
|
|
DEPENDS+= p5-DateTime>=0.20:../../time/p5-DateTime
|
|
DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid
|
|
DEPENDS+= {perl>=5.10,p5-Encode-[0-9]*}:../../textproc/p5-Encode
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-IO-String>=1.08:../../devel/p5-IO-String
|
|
DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
|
|
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
|
|
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
|
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
|
|
# For tests:
|
|
BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Rose/HTML/Objects/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|