mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
6e381a9d53
using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
18 lines
363 B
Makefile
18 lines
363 B
Makefile
# Created by: tundra
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= abck
|
|
PORTVERSION= 2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.tundraware.com/Software/abck/
|
|
|
|
MAINTAINER= tundra@tundraware.com
|
|
COMMENT= Manage intrusion attempts recorded in the system log
|
|
|
|
USES= python shebangfix
|
|
SHEBANG_FILES= abck
|
|
python_OLD_CMD= /usr/local/bin/python
|
|
|
|
.include <bsd.port.mk>
|