7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
19 lines
510 B
Makefile
19 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/08/06 06:19:34 jlam Exp $
|
|
|
|
DISTNAME= XML-RSS-0.97
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5xrs
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.pobox.com/~eisen/
|
|
COMMENT= XML-RSS helps to create and update RSS files
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser
|
|
|
|
PERL5_PACKLIST= auto/XML/RSS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|