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

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>