blob: c2b2e8e57403006ffa53b0fa7c7b05d02557bd4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: tundra
# $FreeBSD$
PORTNAME= abck
PORTVERSION= 2.2
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.tundraware.com/Software/abck/
MAINTAINER= tundra@tundraware.com
COMMENT= Manage intrusion attempts recorded in the system log
LICENSE= TundraWare
LICENSE_NAME= TundraWare license
LICENSE_FILE= ${WRKSRC}/abck-License.txt
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept
USES= python:2.7,run shebangfix
SHEBANG_FILES= abck
NO_ARCH= yes
.include <bsd.port.mk>
|