blob: c8f9d420639a380a40773427fc7a58d94a687eca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: cronolog
# Date created: 20 January 2000
# Whom: Mark Blackman <tmb_ports@maddog.u-net.com>
#
# $FreeBSD$
#
PORTNAME= cronolog
PORTVERSION= 1.6.2
CATEGORIES= sysutils
MASTER_SITES= http://www.cronolog.org/download/
MAINTAINER= freebsd-ports@blackmans.org
COMMENT= A web log rotation utility that provides datestamp filenames
INFO= cronolog
MAN1= cronolog.1m cronosplit.1m
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|