Changes from previous: 0.07 2011.01.28 - Use $ua->env_proxy to load local proxy settings. (RT 53817) - Fixed documentation for find_in_html. (RT 19183) - Removed sign() and auto_install() from Makefile.PL. - Removed magic svn keywords. - Converted test suite to Test::More. - Added author tests (xt/) and modified SYNOPSIS for all modules to make them pass the compilation test.
28 lines
860 B
Makefile
28 lines
860 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/10/17 14:52:20 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Feed-Find-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ffi
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/B/BT/BTROTT/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Feed-Find/
|
|
COMMENT= Perl module to perform autodiscovery of 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-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps
|
|
PERL5_PACKLIST= auto/Feed/Find/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|