2013-09-11 19:02:50 +00:00
|
|
|
# Created by: Joe Barbish <fbsd_user@a1poweruser.com>
|
2005-02-07 14:53:28 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2012-06-30 12:42:52 +00:00
|
|
|
RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
|
2005-02-07 14:53:28 +00:00
|
|
|
|
2014-02-28 13:21:41 +00:00
|
|
|
USES= perl5 shebangfix
|
2005-02-07 14:53:28 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
2014-02-28 13:21:41 +00:00
|
|
|
SHEBANG_FILES= *.pl
|
2005-02-07 14:53:28 +00:00
|
|
|
|
|
|
|
do-install:
|
2014-02-28 13:21:41 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/sbin
|
2005-02-07 14:53:28 +00:00
|
|
|
|
2007-10-04 00:00:38 +00:00
|
|
|
.include <bsd.port.mk>
|