pkgsrc/net/get-flash-videos/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

31 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2015/07/12 18:56:25 wiz Exp $
DISTNAME= get-flash-videos-0.0.20150331
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=monsieurvideo/}
GITHUB_TYPE= tag
GITHUB_TAG= eae1ac23fcc4a31ead78bfdd99c6faae3bde4ab3
MAINTAINER= dsainty@NetBSD.org
HOMEPAGE= http://code.google.com/p/get-flash-videos/
COMMENT= Tool for using various Flash-based video hosting sites
LICENSE= apache-2.0
DEPENDS+= p5-Crypt-Blowfish_PP-[0-9]*:../../security/p5-Crypt-Blowfish_PP
DEPENDS+= p5-Data-AMF-[0-9]*:../../comms/p5-Data-AMF
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
DEPENDS+= p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Module-Find-[0-9]*:../../devel/p5-Module-Find
DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize
DEPENDS+= rtmpdump-[0-9]*:../../net/rtmpdump
USE_TOOLS+= perl:run
PERL5_PACKLIST= auto/App/get_flash_videos/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"