aboutsummaryrefslogtreecommitdiffstats
path: root/security/ppars/Makefile
blob: 1491c841ee2103703e87c3fd587e1829b52d28eb (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: Joe Barbish <ppars1@a1poweruser.com>
# $FreeBSD$

PORTNAME=   ppars
PORTVERSION=    1.2
CATEGORIES= security
MASTER_SITES=   SF/${PORTNAME}

MAINTAINER= ppars1@a1poweruser.com
COMMENT=    Proactive Probing Abuse Reporting System

RUN_DEPENDS=    p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask

USES=       perl5 shebangfix tar:bzip2
NO_BUILD=   yes

SHEBANG_FILES=  *.pl

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/sbin

.include <bsd.port.mk>