f36a0d6f94
Upstream changes: 0.11 2015-07-04 NEILB - Added [MetaJSON] to dist.ini, so release will include META.json. RT#105632 from ETHER++
25 lines
858 B
Makefile
25 lines
858 B
Makefile
# $NetBSD: Makefile,v 1.18 2015/12/09 13:45:44 wen Exp $
|
|
|
|
DISTNAME= URI-Fetch-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
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"
|