1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/security/hunch/Makefile
Andrej Zverev c9b4f372f4 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 12:42:52 +00:00

34 lines
818 B
Makefile

# New ports collection makefile for: hunch
# Date created: 26 October 2002
# Whom: Dan Pelleg <daniel+hunch@pelleg.org>
#
# $FreeBSD$
#
PORTNAME= hunch
PORTVERSION= 1.1.8
CATEGORIES= security
MASTER_SITES= http://s89813419.onlinehome.us/ \
http://www.cs.cmu.edu/~dpelleg/download/
MAINTAINER= daniel+hunch@pelleg.org
COMMENT= Scan httpd log files for vulnerability probes, mail admins
RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
USE_PERL5= yes
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>