Tweak security/sshblock version 1.0_1
[dports.git] / security / ppars / Makefile
1 # Created by: Joe Barbish <joeb1@a1poweruser.com>
2 # $FreeBSD$
3
4 PORTNAME=       ppars
5 PORTVERSION=    1.1
6 CATEGORIES=     security
7 MASTER_SITES=   SF/${PORTNAME}
8
9 MAINTAINER=     joeb1@a1poweruser.com
10 COMMENT=        Proactive Probing Abuse Reporting System
11
12 RUN_DEPENDS=    p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
13
14 USES=           perl5 shebangfix tar:bzip2
15 NO_BUILD=       yes
16
17 SHEBANG_FILES=  *.pl
18
19 do-install:
20         ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/sbin
21
22 .include <bsd.port.mk>