Files
ports/www/asql/Makefile
T
Dan Langille 3c16431cfc */*: reset maintainer for joe@thrallingpenguin.com
Maintainer has had too many timeouts.
PR:		288311
2025-07-25 19:07:04 +00:00

20 lines
496 B
Makefile

PORTNAME= asql
PORTVERSION= 1.7
CATEGORIES= www
MASTER_SITES= http://www.steve.org.uk/Software/asql/ \
http://www.c-s.li/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Query Apache logfiles via SQL
WWW= http://www.steve.org.uk/Software/asql/
RUN_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
p5-DBI>=0:databases/p5-DBI \
p5-Term-ReadLine-Perl>=0:devel/p5-Term-ReadLine-Perl
NO_BUILD= yes
PLIST_FILES= bin/asql
USES= perl5 shebangfix
SHEBANG_FILES= bin/asql
.include <bsd.port.mk>