mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
23 lines
512 B
Makefile
23 lines
512 B
Makefile
# 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= cs@FreeBSD.org
|
|
COMMENT= Query Apache logfiles via SQL
|
|
|
|
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
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/asql
|
|
USES= perl5
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|