freebsd-ports/security/swatch/Makefile
Michael Scheidell 1793f6d69a - patch swatch.rc to check for buffer overflow in cmdarg with long _flags lines
- add p5-File-Tail dependency
- Bump PORTREVISION

PR:		ports/164529
Submitted by:	scheidell
Approved by:	joseph@randomnetworks.com (maintainer timeout, 15 days), gabor (mentor)
2012-02-10 14:37:30 +00:00

34 lines
831 B
Makefile

# New ports collection makefile for: swatch
# Date created: May 2 97
# Whom: jfitz
#
# $FreeBSD$
#
PORTNAME= swatch
PORTVERSION= 3.2.3
PORTREVISION= 2
CATEGORIES= security sysutils
MASTER_SITES= SF
MAINTAINER= joseph@randomnetworks.com
COMMENT= The Simple WATCHer and filter
BUILD_DEPENDS= \
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1
USE_RC_SUBR= ${PORTNAME}
MAN1= swatch.1
MAN3= Swatch::Actions.3 Swatch::Throttle.3 Swatch::Threshold.3
post-patch:
${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.mk>