diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-28 15:13:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-28 15:13:37 +0000 |
commit | 44516a95e64c73f6c9ee79220d59b50194f348d5 (patch) | |
tree | 0167c24c9c68bca67a9ebf96db5e3661c0aa1796 | |
parent | ee683c41666da28dd643da6f6fddbfd227741cd1 (diff) |
Notes
-rw-r--r-- | security/pbnj/Makefile | 18 | ||||
-rw-r--r-- | security/pbnj/pkg-descr | 3 | ||||
-rw-r--r-- | security/pbnj/pkg-plist | 4 |
3 files changed, 14 insertions, 11 deletions
diff --git a/security/pbnj/Makefile b/security/pbnj/Makefile index 2fd662268451..48e14ec75556 100644 --- a/security/pbnj/Makefile +++ b/security/pbnj/Makefile @@ -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 \ +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-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 + 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 diff --git a/security/pbnj/pkg-descr b/security/pbnj/pkg-descr index ff02412f1908..b7491d858125 100644 --- a/security/pbnj/pkg-descr +++ b/security/pbnj/pkg-descr @@ -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/ diff --git a/security/pbnj/pkg-plist b/security/pbnj/pkg-plist index c4289aa15d1b..494bc7b4fe40 100644 --- a/security/pbnj/pkg-plist +++ b/security/pbnj/pkg-plist @@ -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 |