2003-08-28 09:21:14 +00:00
|
|
|
# New ports collection makefile for: hunch
|
|
|
|
# Date created: 26 October 2002
|
|
|
|
# Whom: Dan Pelleg <daniel+hunch@pelleg.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hunch
|
2005-12-21 20:08:15 +00:00
|
|
|
PORTVERSION= 1.1.8
|
2003-08-28 09:21:14 +00:00
|
|
|
CATEGORIES= security
|
2003-12-04 14:27:49 +00:00
|
|
|
MASTER_SITES= http://s89813419.onlinehome.us/ \
|
2005-11-25 06:02:46 +00:00
|
|
|
http://www.cs.cmu.edu/~dpelleg/download/
|
2003-08-28 09:21:14 +00:00
|
|
|
|
|
|
|
MAINTAINER= daniel+hunch@pelleg.org
|
2003-12-04 14:27:49 +00:00
|
|
|
COMMENT= Scan httpd log files for vulnerability probes, mail admins
|
2003-08-28 09:21:14 +00:00
|
|
|
|
2012-06-30 12:42:52 +00:00
|
|
|
RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
|
2003-08-28 09:21:14 +00:00
|
|
|
|
2003-12-04 14:27:49 +00:00
|
|
|
USE_PERL5= yes
|
|
|
|
|
2003-08-28 09:21:14 +00:00
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
NO_BUILD= true
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${ECHO_MSG} "Installing files"
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/etc/hunch-special ${PREFIX}/etc
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/bin/complain-httpd ${PREFIX}/bin
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/bin/contact ${PREFIX}/bin
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|