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

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

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

USES=       shebangfix
SHEBANG_FILES=  src/pads-report.pl
CFLAGS+=    -Wno-return-type
USE_CSTD=   gnu89

LIB_DEPENDS=    libpcre.so:${PORTSDIR}/devel/pcre

GNU_CONFIGURE=  yes

.include <bsd.port.mk>