pkgsrc changes: - Adjusting dependencies Upstream changes: 0.6061 (11.19.2009) - John Siracusa <siracusa@gmail.com> * Altered tests to work around strange UTF-8 errors in some installations of perl. (Thanks to Michael Lackhoff for help debugging.) 0.606 (11.16.2009) - John Siracusa <siracusa@gmail.com> * Overhauled inheritance to fix "Inconsistent hierarchy" mro c3 errors (RT 51168) * Added "use utf8" statements to ensure proper treatment of UTF-8 text stored in the __DATA__ sections of various modules (RT 29131) 0.605 (10.16.2009) - John Siracusa <siracusa@gmail.com> * Updated eval blocks to avoid stomping on $@ from an outer scope.
40 lines
1.5 KiB
Makefile
40 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2010/02/02 11:58:15 sno Exp $
|
|
|
|
DISTNAME= Rose-HTML-Objects-0.6061
|
|
PKGNAME= p5-${DISTNAME:S/6061/606.1/}
|
|
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:../../devel/p5-Clone-PP
|
|
DEPENDS+= p5-DateTime>=0.20:../../time/p5-DateTime
|
|
DEPENDS+= p5-Email-Valid>=0:../../mail/p5-Email-Valid
|
|
DEPENDS+= {perl>=5.10,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
|
|
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:../../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"
|