blob: 55c51cc1880ce68103de5ba557f5323619c40012 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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>
|