freebsd-ports/sysutils/wots/Makefile
Alexey Dokuchaev a7d64471e0 - Correctly assign RUN_DEPENDS, otherwise dependency on Perl interpreter
would be recorded twice
- Use official project name here and there
- Drop old-school attribution from the pkg-descr
- Canonicalize Makefile header
2008-11-09 14:12:44 +00:00

33 lines
768 B
Makefile

# New ports collection makefile for: WOTS
# Date created: 26-Nov-2001
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wots
PORTVERSION= 1.22
PORTREVISION= 1
CATEGORIES= sysutils security
MASTER_SITES= http://www.hpcc.uh.edu/~tonyc/tools/
MAINTAINER= ports@FreeBSD.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
PLIST_FILES= bin/wots
post-extract:
@${CHMOD} a+x ${WRKSRC}/Configure
.include <bsd.port.mk>