diff options
author | kris <kris@FreeBSD.org> | 2001-08-23 12:54:48 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-23 12:54:48 +0000 |
commit | 72a6c98212102a730800f8e9ae59590c2b1d81d6 (patch) | |
tree | 391e0e22cbb4a74001529f6d7ef5a22a0604324c /security/flawfinder/Makefile | |
parent | 94c274e33f64bc097d19d81f30214f8458637e15 (diff) | |
download | FreeBSD-ports-72a6c98212102a730800f8e9ae59590c2b1d81d6.zip FreeBSD-ports-72a6c98212102a730800f8e9ae59590c2b1d81d6.tar.gz |
Move flawfinder from devel to security where the other source-code auditing
tools live.
Discussed with: ijliao
Diffstat (limited to 'security/flawfinder/Makefile')
-rw-r--r-- | security/flawfinder/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile new file mode 100644 index 0000000..649d7f8 --- /dev/null +++ b/security/flawfinder/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# New ports collection makefile for: flawfinder +# Date created: Jul 23, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= flawfinder +PORTVERSION= 0.15 +CATEGORIES= devel +MASTER_SITES= http://www.dwheeler.com/flawfinder/ + +MAINTAINER= ports@FreeBSD.org + +USE_PYTHON= yes +NO_BUILD= yes + +MAN1= flawfinder.1 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> |