diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-04 21:44:57 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-04 21:44:57 +0000 |
commit | d09cea9c9b502bccadff3d624aaf4ca3c519fdca (patch) | |
tree | 3954f2b6ed946629b86d837e7c0cd9a70550d89c /www/p5-URI-Fetch/Makefile | |
parent | 6cd21ed09e2ddcc19c9884b5c6e90bd7f3a50aaa (diff) | |
download | pkgsrc-d09cea9c9b502bccadff3d624aaf4ca3c519fdca.tar.gz |
Initial import of p5-URI-Fetch 0.08.
URI::Fetch is a smart client for fetching HTTP pages, notably syndication
feeds (RSS, Atom, and others), in an intelligent, bandwidth- and time-saving
way.
Diffstat (limited to 'www/p5-URI-Fetch/Makefile')
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile new file mode 100644 index 00000000000..9ab6bc62488 --- /dev/null +++ b/www/p5-URI-Fetch/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/04 21:44:57 heinz Exp $ +# + +DISTNAME= URI-Fetch-0.08 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5urf +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/URI-Fetch/ +COMMENT= Perl module to intelligently fetch syndication feeds + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler +DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib +DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI + +USE_LANGUAGES= # empty + +MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps +PERL5_PACKLIST= auto/URI/Fetch/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |