mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
2b3b399de8
Approved by: tabthorpe (co-mentor)
20 lines
412 B
Makefile
20 lines
412 B
Makefile
# New ports collection makefile for: multisort
|
|
# Date created: 06 Oct 2008
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|