pkgsrc/net/p5-grake/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

24 lines
713 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:27 wiz Exp $
#
DISTNAME= grake-0.1.0
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= net www
MASTER_SITES= http://grake.googlecode.com/files/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://code.google.com/p/grake/
COMMENT= Tool for scanning webpages for Youtube video links
LICENSE= gnu-gpl-v3
DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile
DEPENDS+= p5-Test-Pod>=1.44:../../devel/p5-Test-Pod
#DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version
DEPENDS+= p5-Umph-Prompt>=0.1.0:../../net/p5-Umph-Prompt
PERL5_PACKLIST= auto/grake/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"