summaryrefslogtreecommitdiffstats
path: root/security/flawfinder/Makefile
diff options
context:
space:
mode:
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 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>
OpenPOWER on IntegriCloud