diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-17 20:16:28 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-17 20:16:28 +0800 |
commit | d4e62936c9dd2d88a5752740429a3bb1f30c95df (patch) | |
tree | 42f545a48652b947597d5ffb994f92c5b7bb2193 /security/op | |
parent | 5c124dacc3bbfb1d8b800e6a4d7820da5a316030 (diff) | |
download | freebsd-ports-gnome-d4e62936c9dd2d88a5752740429a3bb1f30c95df.tar.gz freebsd-ports-gnome-d4e62936c9dd2d88a5752740429a3bb1f30c95df.tar.zst freebsd-ports-gnome-d4e62936c9dd2d88a5752740429a3bb1f30c95df.zip |
Add license
Diffstat (limited to 'security/op')
-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: |