blob: af271b021119c9d47807dda2cd2dbf70ac8f327a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= local-php-security-checker
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.6
PORTREVISION= 13
CATEGORIES= security
MASTER_SITES= GH
MAINTAINER= einar@isnic.is
COMMENT= Tool to check PHP composer dependencies for vulnerabilities
WWW= https://github.com/fabpot/local-php-security-checker
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= fabpot
GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \
hashicorp:go-version:v1.6.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \
mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
stretchr:testify:v1.8.1:stretchr_testify/vendor/github.com/stretchr/testify
PLIST_FILES= bin/local-php-security-checker
.include <bsd.port.mk>
|