diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-17 20:16:28 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-17 20:16:28 +0800 |
commit | f564b3465957919f3a31c780e2a7b370025ac65c (patch) | |
tree | 42f545a48652b947597d5ffb994f92c5b7bb2193 /security | |
parent | 6899e8c746978934ea096d3f56bb1fa65c3324c9 (diff) | |
download | freebsd-ports-gnome-f564b3465957919f3a31c780e2a7b370025ac65c.tar.gz freebsd-ports-gnome-f564b3465957919f3a31c780e2a7b370025ac65c.tar.zst freebsd-ports-gnome-f564b3465957919f3a31c780e2a7b370025ac65c.zip |
Add license
Diffstat (limited to 'security')
-rw-r--r-- | security/op/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/op/Makefile b/security/op/Makefile index 4651f6b9a5af..fcb42f069ce3 100644 --- a/security/op/Makefile +++ b/security/op/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= http://swapoff.org/files/op/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Controlled privilege escalation tool +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes post-install: |