aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/pads/Makefile
blob: 0a9768107df6efb300d2a39c42c9adfcf249c875 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Andrew Thompson <andy@fud.org.nz>
# $FreeBSD$

PORTNAME=   pads
PORTVERSION=    1.2
PORTREVISION=   4
CATEGORIES= net-mgmt
MASTER_SITES=   SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Passively detect network assets

LIB_DEPENDS=    pcre:${PORTSDIR}/devel/pcre

GNU_CONFIGURE=  yes

MAN8=       pads.8 pads-report.8 pads.conf.8

.include <bsd.port.mk>