7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
27 lines
894 B
Makefile
27 lines
894 B
Makefile
# $NetBSD: Makefile,v 1.13 2014/05/29 23:38:16 wiz Exp $
|
|
|
|
DISTNAME= URI-Fetch-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
SVR4_PKGNAME= p5urf
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/URI-Fetch/
|
|
COMMENT= Perl module to intelligently fetch syndication feeds
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
|
|
DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # 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"
|