2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2008-11-21 21:35:50 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= asql
|
2012-09-22 16:08:44 +02:00
|
|
|
PORTVERSION= 1.7
|
2008-11-21 21:35:50 +01:00
|
|
|
CATEGORIES= www
|
2010-10-13 03:45:56 +02:00
|
|
|
MASTER_SITES= http://www.steve.org.uk/Software/asql/ \
|
|
|
|
http://www.c-s.li/ports/
|
2008-11-21 21:35:50 +01:00
|
|
|
|
2011-09-15 14:33:27 +02:00
|
|
|
MAINTAINER= cs@FreeBSD.org
|
2008-11-21 21:35:50 +01:00
|
|
|
COMMENT= Query Apache logfiles via SQL
|
|
|
|
|
2012-06-30 16:31:06 +02:00
|
|
|
RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
|
|
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
|
|
|
p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
|
2008-11-21 21:35:50 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/asql
|
2013-09-02 11:44:14 +02:00
|
|
|
USES= perl5
|
2008-11-21 21:35:50 +01:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2008-11-21 21:35:50 +01:00
|
|
|
.include <bsd.port.mk>
|