mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
77101215be
. remove the indefinite article from COMMENT.
19 lines
271 B
Makefile
19 lines
271 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= anteater
|
|
PORTVERSION= 0.4.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MTA log analyzer
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= anteater.1
|
|
PLIST_FILES= bin/anteater
|
|
|
|
.include <bsd.port.mk>
|