aboutsummaryrefslogtreecommitdiff
path: root/security/bfbtester/Makefile
blob: 8b0f6515bac16a3eb12cc8a84a85f8c2e014256c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Mike Heffner <mheffner@vt.edu>
# $FreeBSD$

PORTNAME=	bfbtester
PORTVERSION=	2.0.1
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	mauroeldritch@gmail.com
COMMENT=	Security tool for testing binaries for overflows

GNU_CONFIGURE=	yes
PLIST_FILES=	bin/bfbtester
USES=		gmake

.include <bsd.port.mk>