summaryrefslogtreecommitdiff
path: root/security/flawfinder/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-14 13:02:23 +0000
committerwiz <wiz>2002-07-14 13:02:23 +0000
commit3a44bfeb829151b901f40d1de68c2c8d413c5265 (patch)
treebc395b2eb944367a76d9a9166fb3d9e766d8ce72 /security/flawfinder/Makefile
parent966e530e5958ba2f112e550dfebfaa55bd93fa89 (diff)
downloadpkgsrc-3a44bfeb829151b901f40d1de68c2c8d413c5265.tar.gz
Initial import of flawfinder-1.20.
flawfinder is a program that examines source code and reports possible security weaknesses (``flaws'') sorted by risk level. It's very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public.
Diffstat (limited to 'security/flawfinder/Makefile')
-rw-r--r--security/flawfinder/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile
new file mode 100644
index 00000000000..891e288bbfe
--- /dev/null
+++ b/security/flawfinder/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/14 13:02:23 wiz Exp $
+#
+
+DISTNAME= flawfinder-1.20
+CATEGORIES= security devel
+MASTER_SITES= http://www.dwheeler.com/flawfinder/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.dwheeler.com/flawfinder/
+COMMENT= python program to find flaws in C/C++ programs
+
+PYTHON_PATCH_SCRIPTS= flawfinder
+PY_PATCHPLIST= yes
+
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+MAKEFILE= makefile
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${PREFIX}/man/man1
+
+.include "../../lang/python/application.buildlink.mk"
+.include "../../lang/python/extension.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"