mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
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:
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
|
@ -162,6 +162,7 @@
|
|||
SUBDIR += drupal6-wysiwyg
|
||||
SUBDIR += drupal6-zeropoint
|
||||
SUBDIR += drupal7
|
||||
SUBDIR += drupal7-vulnscan
|
||||
SUBDIR += drupal7-wysiwyg
|
||||
SUBDIR += drush
|
||||
SUBDIR += dtse
|
||||
|
|
32
www/drupal7-vulnscan/Makefile
Normal file
32
www/drupal7-vulnscan/Makefile
Normal 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>
|
2
www/drupal7-vulnscan/distinfo
Normal file
2
www/drupal7-vulnscan/distinfo
Normal 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
|
3
www/drupal7-vulnscan/pkg-descr
Normal file
3
www/drupal7-vulnscan/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This Drupal 7 module presents a front-end for Skipfish.
|
||||
|
||||
WWW: https://github.com/wayfair/drupal-vulnscan
|
Loading…
Add table
Reference in a new issue