cb09971e26
pkgsrc changes: - Adjusting dependencies - Adding license definition Upstream changes: 1.46 - October 8, 2009 - Updated the E-mail address of Adam Trickett. - Removed the perl-5.6.x-specific workarounds and made perl-5.8.x as a requirement. This was done in order to: - avoid a workaround that also caused an incomplete test coverage. - avoid various test failures due to a problem with XML-Parser on 5.6.x . - encourage people using ancient versions of perl in production. - Convert all occurences of "new XML::RSS" to "XML::RSS->new()" everywhere. - a best practice.
29 lines
1,002 B
Makefile
29 lines
1,002 B
Makefile
# $NetBSD: Makefile,v 1.28 2009/10/17 14:45:17 sno Exp $
|
|
|
|
DISTNAME= XML-RSS-1.46
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5xrs
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-RSS/
|
|
COMMENT= XML-RSS helps to create and update RSS files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail
|
|
DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
|
|
|
|
BUILD_DEPENDS+= p5-Module-Build>=0.35000:../../devel/p5-Module-Build
|
|
BUILD_DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest
|
|
|
|
PERL5_PACKLIST= auto/XML/RSS/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|