aboutsummaryrefslogtreecommitdiffstats
path: root/www/asql/Makefile
blob: 2238946b7cb77e7cd2fa40f1b25ffa44744dc96f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    asql
# Date created:     2008-10-15
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

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

MAINTAINER= c-s@c-s.li
COMMENT=    Query Apache logfiles via SQL

RUN_DEPENDS=    ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
        ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
        ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl

NO_BUILD=   yes
PLIST_FILES=    bin/asql
USE_PERL5=  yes

.include <bsd.port.mk>