And update MAINTAINER e-mail address. 0.0.5 Tue Nov 30 2010 legatvs Changes: - Add --quiet - Add --proxy, --no-proxy Bugfixes: - Fix "Nested quantifiers in regex" with Perl 5.8 - Ported from grake, see <http://is.gd/hZj5f>
24 lines
662 B
Makefile
24 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/12/20 13:10:24 ryo-on Exp $
|
|
#
|
|
|
|
DISTNAME= gcap-0.0.5
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://gcap.googlecode.com/files/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/gcap/
|
|
COMMENT= Command line tool for retrieving Youtube closed captions
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile
|
|
DEPENDS+= p5-XML-DOM>=1.44:../../textproc/p5-XML-DOM
|
|
DEPENDS+= p5-version>=0.77:../../devel/p5-version
|
|
|
|
PERL5_PACKLIST= auto/gcap/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|