012a762bca
Copy and paste some from changelog: Dailymotion.pm: Fix format support Returned "default" for all videos nonetheless of -f arg. Ported from quvi. Youtube: Fix video ID parsing (#10) - http://sourceforge.net/apps/trac/clive/ticket/10 Bump version to 2.2.23
27 lines
932 B
Makefile
27 lines
932 B
Makefile
# $NetBSD: Makefile,v 1.37 2011/03/08 21:21:35 reed Exp $
|
|
#
|
|
|
|
DISTNAME= clive-2.2.23
|
|
CATEGORIES= net multimedia www
|
|
MASTER_SITES= http://clive.googlecode.com/files/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://clive.sourceforge.net/
|
|
COMMENT= Command line video extraction tool for user-uploaded video hosts
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= p5-BerkeleyDB>=0.34:../../databases/p5-BerkeleyDB
|
|
DEPENDS+= p5-Class-Singleton-[0-9]*:../../devel/p5-Class-Singleton
|
|
DEPENDS+= p5-Getopt-ArgvFile-[0-9]*:../../devel/p5-Getopt-ArgvFile
|
|
DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
|
|
DEPENDS+= p5-HTML-Parser>=2.37:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
|
DEPENDS+= p5-URI>=1.37:../../www/p5-URI
|
|
DEPENDS+= p5-WWW-Curl>=4.05:../../www/p5-WWW-Curl
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/clive/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|