1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/asql/Makefile
Mathieu Arnold 95a28e9c7a Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
p5-Term-ReadLine-(Gnu,Perl,TTYtter).

I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.

devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.

Sponsored by:	Absolight
2016-06-21 13:24:53 +00:00

22 lines
516 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= 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>