freebsd-ports/www/asql/Makefile
Sylvio Cesar Teixeira 7841b7b96e - Update to 1.5
- Reset maintainership

PR:		ports/145312
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-05 23:08:17 +00:00

24 lines
605 B
Makefile

# New ports collection makefile for: asql
# Date created: 2008-10-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= asql
PORTVERSION= 1.5
CATEGORIES= www
MASTER_SITES= http://www.steve.org.uk/Software/asql/
MAINTAINER= ports@FreeBSD.org
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>