This Drupal 7 module presents a front-end for Skipfish.

WWW: https://github.com/wayfair/drupal-vulnscan

PR:		ports/166111
Submitted by:	Shawn Webb <bsdports@wayfair.com>
Feature safe:	yes
This commit is contained in:
Martin Wilke 2012-04-08 16:52:45 +00:00
parent 062604cb9f
commit a865fa420a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294391
4 changed files with 38 additions and 0 deletions

View file

@ -162,6 +162,7 @@
SUBDIR += drupal6-wysiwyg
SUBDIR += drupal6-zeropoint
SUBDIR += drupal7
SUBDIR += drupal7-vulnscan
SUBDIR += drupal7-wysiwyg
SUBDIR += drush
SUBDIR += dtse

View file

@ -0,0 +1,32 @@
# Ports collection makefile for: drupal7-vulnscan
# Date created: 28 Mar 2012
# Whom: Shawn Webb <bsdports@wayfair.com>
#
# $FreeBSD$
#
PORTNAME= vulnscan
DISTVERSION= 7.x-0.1
CATEGORIES= www
MASTER_SITES= http://0xfeedface.org/~shawn/freebsd/ports/distfiles/
MAINTAINER= bsdports@wayfair.com
COMMENT= Drupal 7 module frontend for Skipfish
LICENSE= BSD
USE_DRUPAL= yes
.include <bsd.port.options.mk>
DRUPAL_MODULE= yes
DRUPAL_VERSION= 7
MODULE_FILES= vulnscan.info \
vulnscan.module \
scan.inc \
view.inc \
vulnscan.admin.inc \
vulnscan.install \
helpers.inc
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (drupal/vulnscan-7.x-0.1.tar.gz) = f160fb918b45cb16f8467a69f476d02e6a5fdb516ad4698fc20b9d2eeb199931
SIZE (drupal/vulnscan-7.x-0.1.tar.gz) = 5429

View file

@ -0,0 +1,3 @@
This Drupal 7 module presents a front-end for Skipfish.
WWW: https://github.com/wayfair/drupal-vulnscan