freebsd-ports/sysutils/wots/Makefile
Ying-Chieh Liao c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00

32 lines
717 B
Makefile

# New ports collection makefile for: wots
# Date created: 26-Nov-2001
# Whom: Bruce M Simpson <bms@spc.org>
#
# $FreeBSD$
#
PORTNAME= wots
PORTVERSION= 1.22
CATEGORIES= sysutils security
MASTER_SITES= http://www.hpcc.uh.edu/~tonyc/tools/
MAINTAINER= bms@spc.org
COMMENT= System log watch/alert utility, similar to swatch, written in Perl
BUILD_DEPENDS= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS+= --perl=${PERL}
NO_BUILD= yes
MAN1= wots.1
post-extract:
@${CHMOD} a+x ${WRKSRC}/Configure
.include <bsd.port.mk>