1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/security/hunch/Makefile
Daichi GOTO f5ff01800e update security/hunch: 1.1 -> 1.1.1
PR:		57917
Submitted by:	Dan Pelleg <daniel+hunch@pelleg.org> (maintainer)
2003-10-14 12:31:30 +00:00

34 lines
872 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.1
CATEGORIES= security
MASTER_SITES= http://web.cs.cmu.edu/~dpelleg/download/
MAINTAINER= daniel+hunch@pelleg.org
COMMENT= Scan httpd log files, find vulnerability probes, mail admins
RUN_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
IS_INTERACTIVE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_PACKAGE= too interactive
NO_BUILD= true
USE_PERL5= YES
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>