head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.30.12.36.11;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2007.10.04.00.00.38;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2005.02.07.14.53.28;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ppars
# Date created:		2004-06-29
# Whom:			Joe Barbish <fbsd_user@@a1poweruser.com>
#
# $FreeBSD: head/security/ppars/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ppars
PORTVERSION=	1.0
CATEGORIES=	security
MASTER_SITES=	http://www.dshield.org/clients/
DISTNAME=	${PORTNAME}

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

RUN_DEPENDS=	p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask

USE_PERL5=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

SUB_FILES=	pkg-message

do-install:
	@@${MKDIR} ${PREFIX}/sbin
	${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${PREFIX}/sbin
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.3
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Remove support for OSVERSION < 5
@
text
@d17 1
a17 1
RUN_DEPENDS=	${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask
@


1.1
log
@Add security/ppars - Proactive Abuse Reporting System:

In an effort to be proactive in doing my part to stop the massive
quantities of internet traffic probing for open ports or more
specifically the probing for known ports that MS Windows spyware,
Trojans, and whatever other MS Windows ports are commonly probed
which result in increasing my bandwidth usage charges, I wrote this
perl application for reporting that abuse to the sender's ISP, with
the hopes they will monitor the abuser and terminate the abuser's
internet account and or take legal action.

WWW:	http://www.dshield.org/linux_clients.php#freebsd
Author:	Joe Barbish <fbsd_user@@a1poweruser.com>

PR:		ports/68662
Submitted by:	Joe Barbish <fbsd_user@@a1poweruser.com>
@
text
@a24 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 490000
IGNORE=		"Not supported on releases prior to 4.9"
.endif

d30 1
a30 1
.include <bsd.port.post.mk>
@

