0991a161e9
1.10 - March 11, 2006 - Module (for now) maintained by Ask Bjoern Hansen - Fixed category output in RSS 2.0 (RT#17303, Yasuhiro Onishi) - Update documentation with new Subversion server and bug tracking - Clean up distribution (tests, Makefile.PL, file locations, ...)
19 lines
567 B
Makefile
19 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.16 2006/07/19 22:44:36 wiz Exp $
|
|
|
|
DISTNAME= XML-RSS-1.10
|
|
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
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest
|
|
|
|
PERL5_PACKLIST= auto/XML/RSS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|