mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
17 lines
346 B
Makefile
17 lines
346 B
Makefile
# Created by: Dennis Herrmann <adox@mcx2.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= multisort
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.xach.com/multisort/ \
|
|
http://mirror.mcx2.org/
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= A small program to take multiple httpd logfiles into one
|
|
|
|
PLIST_FILES= bin/multisort
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|