pkgsrc/www/p5-URI-Fetch/Makefile
hiramatsu 7ce286b792 Updated p5-URI-Fetch to 0.09.
Changes from previous:
0.09  2011.01.28
    - Use $ua->env_proxy to load local proxy settings. (RT 53819)
    - Skip tests if we don't have a network connection. (RT 28388, 59694)
    - Removed sign() and auto_install() from Makefile.PL.
    - Removed magic svn keywords.
    - Added author tests (xt/) and modified SYNOPSIS for all modules to
      make them pass the compilation test.
2011-10-16 16:23:17 +00:00

29 lines
881 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/10/16 16:23:17 hiramatsu Exp $
#
DISTNAME= URI-Fetch-0.09
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
LICENSE= ${PERL5_LICENSE}
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-IO-Compress>=2.017:../../devel/p5-IO-Compress
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"