mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
dbbfc7889a
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
32 lines
766 B
Makefile
32 lines
766 B
Makefile
# Created by: Pierre Guinoiseau <geekounet@poildetroll.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gcap
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Command line tool for downloading Youtube closed captions
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
BUILD_DEPENDS= p5-Getopt-ArgvFile>=1.11:devel/p5-Getopt-ArgvFile \
|
|
p5-HTML-Parser>=3.68:www/p5-HTML-Parser \
|
|
p5-Umph-Prompt>=0:multimedia/p5-Umph-Prompt \
|
|
p5-XML-DOM>=1.44:textproc/p5-XML-DOM
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/gcap %%PERL5_MAN1%%/gcap.1.gz
|
|
|
|
.include <bsd.port.mk>
|