pkgsrc/net/p5-WebService-Google-Reader/Makefile
wiz 40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00

27 lines
992 B
Makefile

# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:26 wiz Exp $
#
DISTNAME= WebService-Google-Reader-0.22
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WebService/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/WebService-Google-Reader/
COMMENT= Perl 5 module providing an interface to Google Reader
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/WebService/Google/Reader/.packlist
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.82}:../../devel/p5-Test-Simple
DEPENDS+= p5-JSON-XS>=2:../../converters/p5-JSON-XS
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-XML-Atom-[0-9]*:../../textproc/p5-XML-Atom
DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"