diff options
-rw-r--r-- | security/p0f/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p0f/Makefile b/security/p0f/Makefile index a29ddcc8b98..b4a5efa7b5f 100644 --- a/security/p0f/Makefile +++ b/security/p0f/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2011/01/07 04:16:14 obache Exp $ +# $NetBSD: Makefile,v 1.28 2011/12/21 14:24:32 wiz Exp $ # DISTNAME= p0f-2.0.8 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://lcamtuf.coredump.cx/p0f.shtml COMMENT= Passive OS fingerprinting tool +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir |