naddy c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00

24 lines
439 B
Makefile

# $OpenBSD: Makefile,v 1.3 2016/10/01 11:54:17 naddy Exp $
COMMENT = Youtube closed caption downloader
DISTNAME = gcap-0.1.1
CATEGORIES = www
HOMEPAGE = https://code.google.com/p/gcap/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=gcap/}
RUN_DEPENDS = devel/p5-Getopt-ArgvFile \
misc/p5-Umph-Prompt \
textproc/p5-XML-DOM \
www/p5-libwww
CONFIGURE_STYLE = perl
.include <bsd.port.mk>