diff options
Diffstat (limited to 'www/asql/Makefile')
-rw-r--r-- | www/asql/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/asql/Makefile b/www/asql/Makefile index a3decd76cce4..2238946b7cb7 100644 --- a/www/asql/Makefile +++ b/www/asql/Makefile @@ -6,11 +6,12 @@ # PORTNAME= asql -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= www -MASTER_SITES= http://www.steve.org.uk/Software/asql/ +MASTER_SITES= http://www.steve.org.uk/Software/asql/ \ + http://www.c-s.li/ports/ -MAINTAINER= ports@FreeBSD.org +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 \ |