aboutsummaryrefslogtreecommitdiffstats
path: root/security/swatch/Makefile
blob: 0027fe34b3e57b7dae2a17e3978a1bf699b57357 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: jfitz
# $FreeBSD$

PORTNAME=   swatch
PORTVERSION=    3.2.3
PORTREVISION=   3
CATEGORIES= security sysutils
MASTER_SITES=   SF

MAINTAINER= joseph@randomnetworks.com
COMMENT=    The Simple WATCHer and filter

BUILD_DEPENDS=  \
    p5-TimeDate>=0:devel/p5-TimeDate \
    p5-Date-Manip>=0:devel/p5-Date-Manip \
    p5-Date-Calc>=0:devel/p5-Date-Calc \
    p5-File-Tail>=0:devel/p5-File-Tail
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure
CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1
USE_RC_SUBR=    ${PORTNAME}

post-patch:
    ${FIND} ${WRKSRC} -name "*.orig" -delete

.include <bsd.port.mk>