1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net-mgmt/pads/Makefile
Tijl Coosemans 1b6b6d972f Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00

23 lines
441 B
Makefile

# Created by: Andrew Thompson <andy@fud.org.nz>
# $FreeBSD$
PORTNAME= pads
PORTVERSION= 1.2
PORTREVISION= 6
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:devel/pcre
GNU_CONFIGURE= yes
.include <bsd.port.mk>