ports/net/grake/Makefile

22 lines
364 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = tool for scanning webpages for Youtube links
DISTNAME = grake-0.1.0
REVISION = 1
CATEGORIES = net
# GPLv3+
PERMIT_PACKAGE = Yes
2023-09-27 17:15:09 +00:00
SITES = ${SITE_GOOGLECODE:=grake/}
2023-08-16 22:26:55 +00:00
RUN_DEPENDS = devel/p5-Getopt-ArgvFile \
misc/p5-Umph-Prompt \
www/p5-CGI \
www/p5-libwww \
www/p5-LWP-Protocol-https
CONFIGURE_STYLE = perl
.include <bsd.port.mk>