357171bd4e
- Updating package for p5 module XML::RSS to 0.44 Upstream changes: 1.44 - April 1, 2009 - Applied a patch from Simon Wistow (after some modifications) to add support for multiple enclosures. - Added the t/xml-base.t test file from Simon Wistow to test for xml:base. Corrected for style.
26 lines
900 B
Makefile
26 lines
900 B
Makefile
# $NetBSD: Makefile,v 1.26 2009/04/24 19:22:57 sno Exp $
|
|
|
|
DISTNAME= XML-RSS-1.44
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/XML/RSS/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|