diff options
author | tobik <tobik@FreeBSD.org> | 2018-10-02 03:42:24 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-10-02 03:42:24 +0800 |
commit | 371f6b2f0995f427e663a6e374e6534e940144b9 (patch) | |
tree | ec12274b2ce087e82a99d6064efd5f26718da4ab /devel/splint | |
parent | 00c0fceaa7451788ce9f5354758208fe557afb89 (diff) | |
download | freebsd-ports-gnome-371f6b2f0995f427e663a6e374e6534e940144b9.tar.gz freebsd-ports-gnome-371f6b2f0995f427e663a6e374e6534e940144b9.tar.zst freebsd-ports-gnome-371f6b2f0995f427e663a6e374e6534e940144b9.zip |
devel/splint: Add LICENSE
PR: 223739
Submitted by: pfg
Approved by: lwhsu (maintainer timeout, ~11 months)
Diffstat (limited to 'devel/splint')
-rw-r--r-- | devel/splint/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile index c5b755a345e5..62c52e73e56f 100644 --- a/devel/splint/Makefile +++ b/devel/splint/Makefile @@ -10,6 +10,8 @@ EXTRACT_SUFX= .src.tgz MAINTAINER= lwhsu@FreeBSD.org COMMENT= Tool for statically checking sourcecode for security vulnerabilities +LICENSE= GPLv2+ + USES= gmake GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |