diff options
Diffstat (limited to 'security/pscan/Makefile')
-rw-r--r-- | security/pscan/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pscan/Makefile b/security/pscan/Makefile index 5395031d211..5debf03216d 100644 --- a/security/pscan/Makefile +++ b/security/pscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/02/04 17:22:06 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2020/02/04 17:25:59 rillig Exp $ DISTNAME= pscan PKGNAME= pscan-1.3 @@ -8,8 +8,9 @@ CATEGORIES= security devel #MASTER_SITES= # http://deployingradius.com/pscan/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://deployingradius.com/pscan/ +HOMEPAGE= http://deployingradius.com/pscan/ # no https available COMMENT= Security C code scanner for misuse of format strings +LICENSE= gnu-gpl-v2 BUILD_TARGET= pscan |