freebsd-ports/net-mgmt/pads/Makefile
Martin Matuska b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00

24 lines
468 B
Makefile

# New ports collection makefile for: pads
# Date created: 21 Feburary 2005
# Whom: Andrew Thompson <andy@fud.org.nz>
#
# $FreeBSD$
#
PORTNAME= pads
PORTVERSION= 1.2
PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Passively detect network assets
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
MAN8= pads.8 pads-report.8 pads.conf.8
.include <bsd.port.mk>