- Add LICENSE
- Update WWW
This commit is contained in:
parent
6912862833
commit
1dbbb20f29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461204
2 changed files with 5 additions and 2 deletions
|
@ -10,6 +10,9 @@ MASTER_SITES= LOCAL/niels \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Framework for analysing HTTP and HTTPS web application traffic
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
@ -18,7 +21,7 @@ NO_ARCH= yes
|
|||
WRKSRC= ${WRKDIR}/${DISTNAME}-1304
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
||||
PORTDOCS= README LICENSE ChangeLog
|
||||
PORTDOCS= README ChangeLog
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ review and modify requests created by the browser before they are
|
|||
sent to the server, and to review and modify responses returned
|
||||
from the server before they are received by the browser.
|
||||
|
||||
WWW: http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project
|
||||
WWW: https://www.owasp.org/index.php/Category:OWASP_WebScarab_Project
|
||||
|
|
Loading…
Reference in a new issue