aboutsummaryrefslogtreecommitdiffstats
path: root/www/asql/Makefile
blob: 914eb5014300de09806848fd4503326fe907d822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   asql
PORTVERSION=    1.7
CATEGORIES= www
MASTER_SITES=   http://www.steve.org.uk/Software/asql/ \
        http://www.c-s.li/ports/

MAINTAINER= joe@thrallingpenguin.com
COMMENT=    Query Apache logfiles via SQL

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>