Add LICENSE
- Sort *_DEPENDS - Add NO_ARCH - Sort PLIST - Remove contiguous blank lines - Update WWW
This commit is contained in:
parent
ee683c4166
commit
44516a95e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463230
3 changed files with 16 additions and 13 deletions
|
@ -10,16 +10,20 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Suite of tools to monitor changes on a network
|
||||
|
||||
BUILD_DEPENDS= p5-YAML>=0:textproc/p5-YAML \
|
||||
p5-XML-Twig>=0:textproc/p5-XML-Twig \
|
||||
p5-Nmap-Parser>=0:security/p5-Nmap-Parser \
|
||||
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
|
||||
p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \
|
||||
p5-File-HomeDir>=0:devel/p5-File-HomeDir \
|
||||
p5-File-Which>=0:sysutils/p5-File-Which
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
||||
nmap:security/nmap
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
|
||||
p5-File-HomeDir>=0:devel/p5-File-HomeDir \
|
||||
p5-File-Which>=0:sysutils/p5-File-Which \
|
||||
p5-Nmap-Parser>=0:security/p5-Nmap-Parser \
|
||||
p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \
|
||||
p5-XML-Twig>=0:textproc/p5-XML-Twig \
|
||||
p5-YAML>=0:textproc/p5-YAML
|
||||
RUN_DEPENDS:= nmap:security/nmap \
|
||||
${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
@ -4,5 +4,4 @@ machine(s), which includes the details about the services running on
|
|||
them as well as the service state. PBNJ parses the data from a scan
|
||||
and stores it in a database. PBNJ uses Nmap to perform scans.
|
||||
|
||||
|
||||
WWW: http://www.sf.net/projects/pbnj
|
||||
WWW: https://sourceforge.net/projects/pbnj/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/scanpbnj
|
||||
bin/outputpbnj
|
||||
bin/genlist
|
||||
bin/outputpbnj
|
||||
bin/scanpbnj
|
||||
%%PERL5_MAN1%%/genlist.1p.gz
|
||||
%%PERL5_MAN1%%/outputpbnj.1p.gz
|
||||
%%PERL5_MAN1%%/scanpbnj.1p.gz
|
||||
|
|
Loading…
Reference in a new issue